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

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit f8435e261c)
This commit is contained in:
Andreas Schneider
2018-08-22 12:10:42 +02:00
parent 96718df15e
commit 802d46d040

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)