From 5cb60d095211541ce9341f4ee0cf14b5df442785 Mon Sep 17 00:00:00 2001 From: hristo Date: Wed, 6 Jan 2021 23:20:34 +0200 Subject: [PATCH] Remove debug message Co-authored-by: Rob Loach --- cmake/AddIfFlagCompiles.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmake/AddIfFlagCompiles.cmake b/cmake/AddIfFlagCompiles.cmake index 0c6c0a1c6..403607b57 100644 --- a/cmake/AddIfFlagCompiles.cmake +++ b/cmake/AddIfFlagCompiles.cmake @@ -1,7 +1,4 @@ include(CheckCCompilerFlag) - -MESSAGE(STATUS "Pass") - function(add_if_flag_compiles flag) CHECK_C_COMPILER_FLAG("${flag}" COMPILER_HAS_THOSE_TOGGLES) set(outcome "Failed")