Skip to content
Snippets Groups Projects
Commit 1fdd76ef authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Add missing initial value for swapping argument

parent d79668a9
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
Pipeline #33557 failed
......@@ -33,10 +33,11 @@ if(NOT dune-copasi_FOUND)
include(DuneMacros)
# setup other dune dependecies
swap_args(ProjectName _ProjectName)
set(TmpProjectName dune-copasi)
swap_args(ProjectName TmpProjectName)
dune_create_dependency_tree()
dune_process_dependency_macros()
swap_args(ProjectName _ProjectName)
swap_args(ProjectName TmpProjectName)
# make sure to find cmake modules for dune-copasi
list(APPEND CMAKE_MODULE_PATH "${dune-copasi_MODULE_PATH}")
......
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