summaryrefslogtreecommitdiffstats
path: root/Modules/CheckFortranCompilerFlag.cmake
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2017-09-29 00:37:00 (GMT)
committerCristian Adam <cristian.adam@gmail.com>2017-12-01 11:05:02 (GMT)
commit4d611868dfe37e73aaba4cdfde37b17e8a2ec7c1 (patch)
tree92babc3335bb767110ef9dc0aff81e464fab35bd /Modules/CheckFortranCompilerFlag.cmake
parent65f21a7eadc2144f0c85cd883cf63a6eb7681528 (diff)
downloadCMake-4d611868dfe37e73aaba4cdfde37b17e8a2ec7c1.zip
CMake-4d611868dfe37e73aaba4cdfde37b17e8a2ec7c1.tar.gz
CMake-4d611868dfe37e73aaba4cdfde37b17e8a2ec7c1.tar.bz2
Check*: Added include guards
Diffstat (limited to 'Modules/CheckFortranCompilerFlag.cmake')
-rw-r--r--Modules/CheckFortranCompilerFlag.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CheckFortranCompilerFlag.cmake b/Modules/CheckFortranCompilerFlag.cmake
index 8a1a8b9..2cb2532 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)