Comment-out PROJECT_LABEL to make project compile in VS2015
This commit is contained in:
parent
52a1378e48
commit
2f1373b15b
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user