From f7904712d88640e94331ba161708cf7d370a8638 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 26 Feb 2015 23:06:31 +0000 Subject: NO-JIRA: Avoid outputting the build type more than once git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662597 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt index aaa4203c1e..3b1890f976 100644 --- a/qpid/cpp/CMakeLists.txt +++ b/qpid/cpp/CMakeLists.txt @@ -23,7 +23,6 @@ set (CMAKE_BUILD_TYPE RelWithDebInfo CACHE string if (CMAKE_BUILD_TYPE MATCHES "Deb") set (has_debug_symbols " (has debug symbols)") endif (CMAKE_BUILD_TYPE MATCHES "Deb") -message("Build type is \"${CMAKE_BUILD_TYPE}\"${has_debug_symbols}") project(qpid-cpp) @@ -242,5 +241,5 @@ add_subdirectory(examples) include (CPack) # Build type message again, last so it is visible at end of output. -message("Build type is \"${CMAKE_BUILD_TYPE}\"${has_debug_symbols}") +message(STATUS "Build type is \"${CMAKE_BUILD_TYPE}\"${has_debug_symbols}") -- cgit v1.2.1