cmake: Remove left-over debug message
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 13 Dec 2018 20:05:04 +0000 (21:05 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 13 Dec 2018 20:05:04 +0000 (21:05 +0100)
cmake/QuasselCompileSettings.cmake

index 2e5d592..7d46c33 100644 (file)
@@ -76,7 +76,6 @@ elseif(MSVC)
 
     # Increase warning level on MSVC
     # CMake puts /W3 in CMAKE_CXX_FLAGS which will be appended later, so we need to replace
 
     # Increase warning level on MSVC
     # CMake puts /W3 in CMAKE_CXX_FLAGS which will be appended later, so we need to replace
-    message(STATUS "CXX ${CMAKE_CXX_FLAGS} REL ${CMAKE_CXX_FLAGS_RELEASE} DEB ${CMAKE_CXX_FLAGS_DEBUG}")
     string(REPLACE "/W3" "/W4" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
 
     # Silence annoying/useless warnings
     string(REPLACE "/W3" "/W4" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
 
     # Silence annoying/useless warnings