diff --git a/cmake/Modules/CheckCCompilerFlagSSP.cmake b/cmake/Modules/CheckCCompilerFlagSSP.cmake index 870f68a1..e421091a 100644 --- a/cmake/Modules/CheckCCompilerFlagSSP.cmake +++ b/cmake/Modules/CheckCCompilerFlagSSP.cmake @@ -15,8 +15,8 @@ # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. - -include_guard(GLOBAL) +# Requires cmake 3.10 +#include_guard(GLOBAL) include(CheckCSourceCompiles) macro(CHECK_C_COMPILER_FLAG_SSP _FLAG _RESULT)