From 672259c4fecf663d7a4025a5afa1bf72f2efd58e Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Wed, 26 Aug 2020 06:01:54 -0600 Subject: [PATCH] trying to deal with MPIEXEC in CMake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ee83e8e2e2..73d1a621994 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -451,7 +451,7 @@ cmake_print_variables(WITH_MPIEXEC) if (NOT WITH_MPIEXEC) set(WITH_MPIEXEC mpiexec) endif() -set(MPIEXEC "${WITH_MPIEXEC}" CACHE INTERNAL) +set(MPIEXEC "${WITH_MPIEXEC}" CACHE INTERNAL "") cmake_print_variables(MPIEXEC) configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/tests/cunit/run_tests.sh.in