diff --git a/CMakeLists.txt b/CMakeLists.txt index 524f0ff9c3064967fa5310ad2c10d529eff4fd23..08fba109b7cf36d537d2719745948ae300158371 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,9 @@ project ( LANGUAGES CXX ) +# as long as there still are modules using it: +enable_language (Fortran) + # ignore many irrelevant Up-to-date messages during install set (CMAKE_INSTALL_MESSAGE LAZY) @@ -21,7 +24,6 @@ set (CMAKE_CXX_STANDARD 17) enable_testing () set (CTEST_OUTPUT_ON_FAILURE 1) -ENABLE_LANGUAGE (Fortran) # unit testing coverage, does not work yet #include (CodeCoverage)