IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 361efe96 authored by ralfulrich's avatar ralfulrich
Browse files

added comment

parent 4de279f2
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,9 @@ project ( ...@@ -7,6 +7,9 @@ project (
LANGUAGES CXX LANGUAGES CXX
) )
# as long as there still are modules using it:
enable_language (Fortran)
# ignore many irrelevant Up-to-date messages during install # ignore many irrelevant Up-to-date messages during install
set (CMAKE_INSTALL_MESSAGE LAZY) set (CMAKE_INSTALL_MESSAGE LAZY)
...@@ -21,7 +24,6 @@ set (CMAKE_CXX_STANDARD 17) ...@@ -21,7 +24,6 @@ set (CMAKE_CXX_STANDARD 17)
enable_testing () enable_testing ()
set (CTEST_OUTPUT_ON_FAILURE 1) set (CTEST_OUTPUT_ON_FAILURE 1)
ENABLE_LANGUAGE (Fortran)
# unit testing coverage, does not work yet # unit testing coverage, does not work yet
#include (CodeCoverage) #include (CodeCoverage)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment