From 361efe9659d2b0b4e545d2af11c31889ce97244e Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Sun, 2 Dec 2018 10:01:59 +0100
Subject: [PATCH] added comment

---
 CMakeLists.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 524f0ff9c..08fba109b 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)
-- 
GitLab