diff options
author | Cristian Adam <cristian.adam@gmail.com> | 2017-09-29 02:37:00 +0200 |
---|---|---|
committer | Cristian Adam <cristian.adam@gmail.com> | 2017-12-01 13:05:02 +0200 |
commit | 4d611868dfe37e73aaba4cdfde37b17e8a2ec7c1 (patch) | |
tree | 92babc3335bb767110ef9dc0aff81e464fab35bd /Modules/CheckFortranCompilerFlag.cmake | |
parent | 65f21a7eadc2144f0c85cd883cf63a6eb7681528 (diff) | |
download | cmake-4d611868dfe37e73aaba4cdfde37b17e8a2ec7c1.tar.gz |
Check*: Added include guards
Diffstat (limited to 'Modules/CheckFortranCompilerFlag.cmake')
-rw-r--r-- | Modules/CheckFortranCompilerFlag.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
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) |