From 4d611868dfe37e73aaba4cdfde37b17e8a2ec7c1 Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Fri, 29 Sep 2017 02:37:00 +0200 Subject: Check*: Added include guards --- Modules/CheckFortranCompilerFlag.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'Modules/CheckFortranCompilerFlag.cmake') diff --git a/Modules/CheckFortranCompilerFlag.cmake b/Modules/CheckFortranCompilerFlag.cmake index 8a1a8b9cd8..2cb25321e4 100644 --- a/Modules/CheckFortranCompilerFlag.cmake +++ b/Modules/CheckFortranCompilerFlag.cmake @@ -32,6 +32,7 @@ effect or even a specific one is beyond the scope of this module. in such variables may cause a false negative for this check. #]=======================================================================] +include_guard(GLOBAL) include(CheckFortranSourceCompiles) include(CMakeCheckCompilerFlagCommonPatterns) -- cgit v1.2.1