We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53a30c6 + aa2e090 commit 41b6ff2Copy full SHA for 41b6ff2
CMakeLists.txt
@@ -85,6 +85,7 @@ set_target_properties(pugixml-shared pugixml-static pugixml
85
PROPERTIES
86
MSVC_RUNTIME_LIBRARY ${CMAKE_MSVC_RUNTIME_LIBRARY}
87
EXCLUDE_FROM_ALL ON
88
+ POSITION_INDEPENDENT_CODE ON
89
SOVERSION ${PROJECT_VERSION_MAJOR}
90
VERSION ${PROJECT_VERSION})
91
0 commit comments