Comment-out PROJECT_LABEL to make project compile in VS2015

This commit is contained in:
Adrian Bodenmann 2019-10-15 17:13:42 +01:00 committed by GitHub
parent 52a1378e48
commit 2f1373b15b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ target_sources(yaml-cpp
set_target_properties(yaml-cpp PROPERTIES
VERSION "${PROJECT_VERSION}"
SOVERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}"
PROJECT_LABEL "yaml-cpp $<IF:${build-shared},shared,static>"
# PROJECT_LABEL "yaml-cpp $<IF:${build-shared},shared,static>"
DEBUG_POSTFIX d)
configure_package_config_file(