mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Cases for `CheckSource{Compiles,Runs}` and `Check{Compiler,Linker}Flag`
cover the modules with the language as a parameter, not the
language-specific modules.
4 lines
92 B
CMake
4 lines
92 B
CMake
|
|
set (CHECK_LANGUAGE Fortran)
|
|
include ("${CMAKE_CURRENT_SOURCE_DIR}/CheckLinkerFlag.cmake")
|