Skip to content

Commit

Permalink
Merge f0ecdb5 into 57702db
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Apr 14, 2021
2 parents 57702db + f0ecdb5 commit 7d02892
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hashes.txt
@@ -1 +1 @@
blt branch='develop' commit='86a7d6b5ee93d8b7b3233a3e54a4f06f8d8308d3'
blt branch='task/2021_04_find_mpi_fixes' commit='46ca290987e99d1b10de272cf9f4110ee8b9565a'
2 changes: 1 addition & 1 deletion src/blt
Submodule blt updated 161 files
9 changes: 9 additions & 0 deletions src/cmake/SetupBLT.cmake
Expand Up @@ -23,6 +23,15 @@ if(NOT ENABLE_FOLDERS)
set(ENABLE_FOLDERS TRUE CACHE STRING "")
endif()


################################################################
# if using newer CMake, prefer using MPI as imported targets
################################################################
if( ${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.15.0" )
set(BLT_USE_MPI_IMPORTED_TARGETS TRUE CACHE BOOL "")
endif()


################################################################
# init blt using BLT_SOURCE_DIR
################################################################
Expand Down

0 comments on commit 7d02892

Please sign in to comment.