From 1aaef357d203283e1aa3e694cd324864e9627683 Mon Sep 17 00:00:00 2001 From: Timo Koch <timok@simula.no> Date: Fri, 21 Mar 2025 15:28:05 +0000 Subject: [PATCH] [cleanup] Remove arguement to finalize_dune_project --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2882f76..b7262e8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,4 +26,4 @@ dune_enable_all_packages() add_subdirectory(exercises) # finalize the dune project, e.g. generating config.h etc. -finalize_dune_project(GENERATE_CONFIG_H_CMAKE) +finalize_dune_project() -- GitLab