You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2014/08/11 16:44:08 UTC

svn commit: r1617302 - /qpid/trunk/qpid/cpp/CMakeLists.txt

Author: aconway
Date: Mon Aug 11 14:44:08 2014
New Revision: 1617302

URL: http://svn.apache.org/r1617302
Log:
NO-JIRA: Remove annoying '*' in cmake build type message.

Modified:
    qpid/trunk/qpid/cpp/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/CMakeLists.txt?rev=1617302&r1=1617301&r2=1617302&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/CMakeLists.txt Mon Aug 11 14:44:08 2014
@@ -23,7 +23,7 @@ set (CMAKE_BUILD_TYPE RelWithDebInfo CAC
 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}")
+message("Build type is \"${CMAKE_BUILD_TYPE}\"${has_debug_symbols}")
 
 project(qpid-cpp)
 
@@ -234,4 +234,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("Build type is \"${CMAKE_BUILD_TYPE}\"${has_debug_symbols}")
+



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org