Skip to content
Snippets Groups Projects
Unverified Commit 6fbe9275 authored by Arseny Kapoulkine's avatar Arseny Kapoulkine Committed by GitHub
Browse files

Merge pull request #330 from LocutusOfBorg/patch-2

Update CMakeLists.txt to rename the static and shared libraries to pugixml
parents 546cafef 2c24e90c
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,8 @@ set_target_properties(pugixml-shared pugixml-static pugixml
EXCLUDE_FROM_ALL ON
POSITION_INDEPENDENT_CODE ON
SOVERSION ${PROJECT_VERSION_MAJOR}
VERSION ${PROJECT_VERSION})
VERSION ${PROJECT_VERSION}
OUTPUT_NAME pugixml)
# XXX: EXCLUDE_FROM_ALL cannot be set via a generator expression! :(
if (BUILD_SHARED_AND_STATIC_LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment