diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt index 77032a7636621283255fb3c80607ac77f8e25300..59a65958f2b6710427a1ecd711b90cb8c6c87b20 100644 --- a/indra/deps/CMakeLists.txt +++ b/indra/deps/CMakeLists.txt @@ -3,6 +3,7 @@ project(deps) include(FetchContent) set(CMAKE_FOLDER "Third Party") +set(CMAKE_POSITION_INDEPENDENT_CODE ON) FetchContent_Declare( Catch2 @@ -41,4 +42,5 @@ endif() #Download the rest of the libraries FetchContent_MakeAvailable(fmt) -set(CMAKE_FOLDER "") +unset(CMAKE_FOLDER) +unset(CMAKE_POSITION_INDEPENDENT_CODE)