From 48157639e41d8968e29127103770dd5756e0bc03 Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Wed, 26 Aug 2020 05:49:20 -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 6ff697f4798..3ee83e8e2e2 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 STRING "mpiexec") +set(MPIEXEC "${WITH_MPIEXEC}" CACHE INTERNAL) cmake_print_variables(MPIEXEC) configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/tests/cunit/run_tests.sh.in