Correct the CMake link for MPI (#2198)

This commit is contained in:
Allen Byrne
2022-11-01 16:03:13 -05:00
committed by GitHub
parent 11dfa25910
commit 94119211a7
9 changed files with 28 additions and 22 deletions

View File

@@ -269,7 +269,7 @@ endif ()
## -- LOCAL_MEMCHECK_TEST executes the Valgrind testing
## -- LOCAL_COVERAGE_TEST executes code coverage process
## --------------------------
ctest_start (${MODEL} TRACK ${MODEL})
ctest_start (${MODEL} GROUP ${MODEL})
if (LOCAL_UPDATE)
ctest_update (SOURCE "${CTEST_SOURCE_DIRECTORY}")
endif ()