Commit 5c1bbbd2 authored by Humberto Dias's avatar Humberto Dias Committed by Jesse Beder
Browse files

Skip Position Independent Code for PSP/PS3

parent 4afd53b0
......@@ -91,7 +91,9 @@ set_property(TARGET yaml-cpp
CXX_STANDARD_REQUIRED ON)
if (NOT YAML_BUILD_SHARED_LIBS)
if (NOT PSP AND NOT PS3)
set_property(TARGET yaml-cpp PROPERTY POSITION_INDEPENDENT_CODE ON)
endif()
endif()
target_include_directories(yaml-cpp
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment