Skip Position Independent Code for PSP/PS3
This commit is contained in:
parent
4afd53b0d3
commit
5c1bbbd276
@ -91,7 +91,9 @@ set_property(TARGET yaml-cpp
|
|||||||
CXX_STANDARD_REQUIRED ON)
|
CXX_STANDARD_REQUIRED ON)
|
||||||
|
|
||||||
if (NOT YAML_BUILD_SHARED_LIBS)
|
if (NOT YAML_BUILD_SHARED_LIBS)
|
||||||
set_property(TARGET yaml-cpp PROPERTY POSITION_INDEPENDENT_CODE ON)
|
if (NOT PSP AND NOT PS3)
|
||||||
|
set_property(TARGET yaml-cpp PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_include_directories(yaml-cpp
|
target_include_directories(yaml-cpp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user