Mention CMake

This commit is contained in:
Paul R. C. Kent 2021-07-06 12:07:05 -04:00 committed by GitHub
parent 66afad4dbd
commit 8cc774b09b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ if(QMC_MPI)
"Setting MPIEXEC_EXECUTABLE based on MPIEXEC. MPIEXEC has been deprecated! Use MPIEXEC_EXECUTABLE instead!")
set(MPIEXEC_EXECUTABLE ${MPIEXEC})
endif(DEFINED MPIEXEC AND NOT DEFINED MPIEXEC_EXECUTABLE)
set(MPI_CXX_SKIP_MPICXX TRUE CACHE BOOL "Must be TRUE for QMCPACK. Cached for working around FindMPI issue.")
set(MPI_CXX_SKIP_MPICXX TRUE CACHE BOOL "Must be TRUE for QMCPACK. Cached for working around CMake FindMPI issue.")
if(NOT CMAKE_CROSSCOMPILING)
set(MPI_DETERMINE_LIBRARY_VERSION TRUE)
endif()