From 178910d9b9d667d0f86b41b78eb446a4950a7474 Mon Sep 17 00:00:00 2001
From: Timo Koch <timokoch@math.uio.no>
Date: Wed, 1 Nov 2023 17:07:26 +0000
Subject: [PATCH] Fixup

---
 CMakeLists.txt | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 06431f82..a29f72f9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,12 +1,10 @@
 # SPDX-FileCopyrightInfo: Copyright © DuMux-Lecture contributors, see AUTHORS.md in root folder
 # SPDX-License-Identifier: GPL-3.0-or-later
 
-#set up project
-project("dumux-lecture" C CXX)
-
-# general stuff
 cmake_minimum_required(VERSION 3.16)
 
+project("dumux-lecture" C CXX)
+
 if(NOT (dune-common_DIR
         OR dune-common_ROOT
         OR "${CMAKE_PREFIX_PATH}" MATCHES ".*dune-common.*"))
-- 
GitLab