1
1

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

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2018-08-22 12:10:42 +02:00
родитель 6162b63d5e
Коммит f8435e261c

Просмотреть файл

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