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

[bugfix] Use the correct variable to define the default of COMMAND

parent e4bd35e4
Branches
Tags
1 merge request!1Implement some new features for dune_add_test
......@@ -186,7 +186,7 @@ function(dune_add_test)
endif()
endif()
if(NOT ADDTEST_COMMAND)
set(ADDTEST_COMMAND ${ADDTEST_TARGET})
set(ADDTEST_COMMAND ${ADDTEST_NAME})
endif()
if(NOT ADDTEST_MPI_RANKS)
set(ADDTEST_MPI_RANKS 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment