0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-13 17:37:58 +08:00

Merge pull request #330 from LocutusOfBorg/patch-2

Update CMakeLists.txt to rename the static and shared libraries to pugixml
This commit is contained in:
Arseny Kapoulkine 2020-02-07 23:08:22 -08:00 committed by GitHub
commit 6fbe927575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)