Skip to content

Commit

Permalink
trying to deal with MPIEXEC in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 26, 2020
1 parent c0466f9 commit d561d64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ cmake_print_variables(WITH_MPIEXEC)
if (NOT WITH_MPIEXEC)
set(WITH_MPIEXEC mpiexec)
endif()
set(MPIEXEC WITH_MPIEXEC)
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/tests/cunit/run_tests.sh.in
${CMAKE_CURRENT_BINARY_DIR}/tests/cunit/run_tests.sh @ONLY)
Expand Down

0 comments on commit d561d64

Please sign in to comment.