From 878ca3668cb4749e76e3922535a10f2d431887f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Thu, 3 Jan 2019 15:05:57 +0100 Subject: [PATCH] Remove the cmake message for printing the config for protobuf Looks like $ was used with old cmake versions but now it uses a generator expression ${CONFIG_EXPR}, which is not expanded at the time this message is printed. --- cdk/cmake/protobuf.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cdk/cmake/protobuf.cmake b/cdk/cmake/protobuf.cmake index 95ecc714..568fae70 100644 --- a/cdk/cmake/protobuf.cmake +++ b/cdk/cmake/protobuf.cmake @@ -210,7 +210,6 @@ else() add_custom_command(OUTPUT ${PROTOBUF_BUILD_STAMP} COMMAND ${CMAKE_COMMAND} --build . --config ${CONFIG_EXPR} WORKING_DIRECTORY ${WITH_PROTOBUF} - COMMENT "Building protobuf using configuration: $(Configuration)" ) endif()