From f8435e261c1b3ddd8c0f4d316c431e8f03f5646a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 22 Aug 2018 12:10:42 +0200 Subject: cmake: Disable include_guard as oss-fuzz's cmake version is too old Signed-off-by: Andreas Schneider --- cmake/Modules/CheckCCompilerFlagSSP.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmake') 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) -- cgit v1.2.3