cmake: Disable include_guard as oss-fuzz's cmake version is too old

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-08-22 12:10:42 +02:00
parent 6162b63d5e
commit f8435e261c

View File

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