From 2f1373b15b1b96a6cc34b8e17ba0759037f17301 Mon Sep 17 00:00:00 2001 From: Adrian Bodenmann <20682311+adrian-bodenmann@users.noreply.github.com> Date: Tue, 15 Oct 2019 17:13:42 +0100 Subject: [PATCH] Comment-out PROJECT_LABEL to make project compile in VS2015 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c233085d..53314a122 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 $" + # PROJECT_LABEL "yaml-cpp $" DEBUG_POSTFIX d) configure_package_config_file(