mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
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