mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
5 lines
130 B
CMake
5 lines
130 B
CMake
enable_language(Fortran)
|
|
set(CMAKE_VERBOSE_MAKEFILE TRUE)
|
|
include(CompareCompilerVersion.cmake)
|
|
compare_compiler_version(Fortran)
|