From 2461fc0917b8d4980f32fe300e7af85673405f18 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 29 Dec 2020 16:06:22 +0100 Subject: [PATCH] CMake: Remove accidental debug message --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 685586e8d0..fb9e6f15e6 100644 --- a/CMakeLists.txt +++ b/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()