Skip to content
Snippets Groups Projects

Remove argument from cmake command finalize_dune_project

Merged Simon Praetorius requested to merge feature/update-finalize-dune-project into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -39,4 +39,4 @@ if( DUNE_ENABLE_PYTHONBINDINGS )
endif()
# finalize the dune project, e.g. generating config.h etc.
finalize_dune_project(GENERATE_CONFIG_H_CMAKE)
finalize_dune_project()
Loading