]> SALOME platform Git repositories - tools/solverlab.git/commitdiff
Salome HOME
Corrected make target
authormichael <michael@localhost.localdomain>
Fri, 19 Nov 2021 12:35:40 +0000 (13:35 +0100)
committermichael <michael@localhost.localdomain>
Fri, 19 Nov 2021 12:35:40 +0000 (13:35 +0100)
CoreFlows/examples/CMakeLists.txt

index a88789b9bdd5e993bd0f9d5616f0bbbf6d0acb4d..753c91f2b1f285427e110c8bdaefd30ece0a89cd 100755 (executable)
@@ -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