cmake: set(CMAKE_POSITION_INDEPENDENT_CODE ON) for Linux static library purposes
This commit is contained in:
@@ -36,6 +36,7 @@ if(MSVC)
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
if(CMAKE_SYSTEM_NAME MATCHES "CYGWIN" OR CMAKE_SYSTEM_NAME MATCHES "MSYS")
|
||||
set(CMAKE_CXX_EXTENSIONS ON)
|
||||
|
||||
Reference in New Issue
Block a user