Browse Source

CMake: Remove accidental debug message

rdb 5 years ago
parent
commit
2461fc0917
1 changed files with 0 additions and 2 deletions
  1. 0 2
      CMakeLists.txt

+ 0 - 2
CMakeLists.txt

@@ -74,8 +74,6 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "(AppleClang|Clang|GCC)")
   list(APPEND _configs Coverage)
 endif()
 
-message("available configs are ${_configs}")
-
 if(IS_MULTICONFIG)
   set(CMAKE_CONFIGURATION_TYPES "${_configs}" CACHE STRING "" FORCE)
 else()