Skip to content
Snippets Groups Projects
Commit a497ce6a authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Fixup statement order in CMakeLists.txt

parent 2b162171
No related branches found
No related tags found
No related merge requests found
...@@ -18,11 +18,11 @@ include(DuneMacros) ...@@ -18,11 +18,11 @@ include(DuneMacros)
set(DUNE_PYTHON_INSTALL_EDITABLE 1) set(DUNE_PYTHON_INSTALL_EDITABLE 1)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DDUNE_ISTL_SUPPORT_OLD_CATEGORY_INTERFACE=1") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DDUNE_ISTL_SUPPORT_OLD_CATEGORY_INTERFACE=1")
dune_python_force_version(3)
# start a dune project with information from dune.module # start a dune project with information from dune.module
dune_project() dune_project()
dune_python_force_version(3)
dune_add_library(dunecodegen dune/codegen/common/tsc.cc) dune_add_library(dunecodegen dune/codegen/common/tsc.cc)
dune_target_enable_all_packages(dunecodegen) dune_target_enable_all_packages(dunecodegen)
......
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