Skip to content

Commit 3224a1a

Browse files
committed
use factory FindMPI
1 parent 6ae31e8 commit 3224a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ enable_testing()
88

99
message(STATUS "CMake ${CMAKE_VERSION} Generator ${CMAKE_GENERATOR} Build type ${CMAKE_BUILD_TYPE}")
1010

11-
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)
11+
# list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules)
1212

1313
# this has checks that can be reused in other projects as well
1414
include(cmake/mpi.cmake)

0 commit comments

Comments
 (0)