diff options
-rw-r--r-- | qpid/cpp/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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}") |