We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc7875 commit 2d7d5e7Copy full SHA for 2d7d5e7
src/cmake/thirdparty/SetupCGNS.cmake
@@ -9,4 +9,7 @@ set(CGNS_ROOT ${CGNS_DIR})
9
find_package(CGNS REQUIRED)
10
11
get_target_property(CGNS_INCLUDE_DIRS CGNS::cgns_shared INTERFACE_INCLUDE_DIRECTORIES)
12
-message(STATUS "CGNS Include Directory: ${CGNS_INCLUDE_DIRS}")
+message(STATUS "CGNS Include Directory: ${CGNS_INCLUDE_DIRS}")
13
+
14
+# some versions of openmpi (4.1.6 on ubuntu 24.04) lead to C++ mpi linker errors
15
+add_definitions(-DOMPI_SKIP_MPICXX)
0 commit comments