Skip to content

Commit

Permalink
remove the part that switches to AppleClang's classic linker
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Aug 1, 2024
1 parent 0c860e8 commit 2680761
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions awkward-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ project(
message(STATUS "CMake version ${CMAKE_VERSION}")
message(STATUS "CMAKE_BUILD_TYPE = ${CMAKE_BUILD_TYPE}")

if(CMAKE_CXX_COMPILER_ID MATCHES AppleClang AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL
15)
if(CMAKE_VERSION VERSION_LESS 3.29)
message(WARNING "CMake should be 3.29+ to support AppleClang 15+. Trying anyway.")
endif()
set(CMAKE_LINKER_TYPE APPLE_CLASSIC)
endif()

# Check for header-only libraries
if(NOT (EXISTS "header-only" AND EXISTS "include/awkward/kernels.h"))
message(
Expand Down

0 comments on commit 2680761

Please sign in to comment.