-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Patch matio cmake files for MPI build
- Loading branch information
1 parent
abf0b73
commit dd98b1d
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
From 126ed8b74e5c3118ca46222503d8cf350d8f1cb8 Mon Sep 17 00:00:00 2001 | ||
From: Greg Sjaardema <[email protected]> | ||
Date: Wed, 11 Jan 2023 13:27:50 -0700 | ||
Subject: [PATCH] Fix mpi build | ||
|
||
--- | ||
cmake/thirdParties.cmake | 3 +++ | ||
1 file changed, 3 insertions(+) | ||
|
||
diff --git a/cmake/thirdParties.cmake b/cmake/thirdParties.cmake | ||
index ae8b4ce..12246ec 100644 | ||
--- a/cmake/thirdParties.cmake | ||
+++ b/cmake/thirdParties.cmake | ||
@@ -1,3 +1,6 @@ | ||
+include(CMakeFindDependencyMacro) | ||
+find_dependency(MPI) | ||
+ | ||
if(MATIO_USE_CONAN AND (MATIO_WITH_HDF5 OR MATIO_WITH_ZLIB)) | ||
conan_add_remote(NAME conan-center URL https://center.conan.io VERIFY_SSL False) | ||
endif() | ||
-- | ||
2.38.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters