From 614ac502b1a95032ad60dda9b6fbd3a8ea5c615f Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 19 Nov 2021 13:35:40 +0100 Subject: [PATCH] Corrected make target --- CoreFlows/examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreFlows/examples/CMakeLists.txt b/CoreFlows/examples/CMakeLists.txt index a88789b..753c91f 100755 --- a/CoreFlows/examples/CMakeLists.txt +++ b/CoreFlows/examples/CMakeLists.txt @@ -19,7 +19,7 @@ endif (COREFLOWS_WITH_PYTHON ) add_custom_target (CoreFlows COMMAND ctest -O testsCoreFlows.log) add_custom_target (cpp COMMAND ctest -R .exe)# may be replace ctest -R with ctest -L -add_custom_target (mpi COMMAND ctest -R Procs)# may be replace ctest -R with ctest -L +add_custom_target (mpi COMMAND ctest -R Proc)# may be replace ctest -R with ctest -L add_custom_target (eos COMMAND ctest -R EOS)# may be replace ctest -R with ctest -L add_custom_target (coupled COMMAND ctest -R Coupled)# may be replace ctest -R with ctest -L -- 2.39.2