Remove debug message

Co-authored-by: Rob Loach <robloach@gmail.com>
This commit is contained in:
hristo 2021-01-06 23:20:34 +02:00 committed by GitHub
parent c46332a267
commit 5cb60d0952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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