Skip to content

Commit

Permalink
Don't need global FPIC now that it is handled with an INTERFACE target
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Oct 18, 2024
1 parent 2716a7a commit 2dfe901
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
cmake_policy(VERSION 3.20)

set(CMAKE_POSITION_INDEPENDENT_CODE ON)
add_compile_options(-Winstantiation-after-specialization)

if(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Darwin")
set(MACOSX TRUE)
endif()
Expand Down

0 comments on commit 2dfe901

Please sign in to comment.