mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-13 10:22:55 +01:00
parent
cfc1ad72ad
commit
bf0cfa5b46
@ -169,7 +169,7 @@ if(BUILD_STATIC_LIBS)
|
|||||||
set_target_properties(${STATIC_LIB} PROPERTIES INSTALL_RPATH "@loader_path/.")
|
set_target_properties(${STATIC_LIB} PROPERTIES INSTALL_RPATH "@loader_path/.")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_compile_features(${SHARED_LIB} PUBLIC ${REQUIRED_FEATURES})
|
target_compile_features(${STATIC_LIB} PUBLIC ${REQUIRED_FEATURES})
|
||||||
|
|
||||||
if(NOT CMAKE_VERSION VERSION_LESS 2.8.11)
|
if(NOT CMAKE_VERSION VERSION_LESS 2.8.11)
|
||||||
target_include_directories(${STATIC_LIB} PUBLIC
|
target_include_directories(${STATIC_LIB} PUBLIC
|
||||||
|
Loading…
Reference in New Issue
Block a user