mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
Check*: Added include guards
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
# message(STATUS "No Fortran support")
|
||||
# endif()
|
||||
|
||||
include_guard(GLOBAL)
|
||||
|
||||
macro(check_language lang)
|
||||
if(NOT DEFINED CMAKE_${lang}_COMPILER)
|
||||
set(_desc "Looking for a ${lang} compiler")
|
||||
|
||||
Reference in New Issue
Block a user