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")