Skip to content

Commit

Permalink
correct mumps include dir that can cause C++ include failure on macOS
Browse files Browse the repository at this point in the history
this is due to case-insensitive filesystem snagging the file
VERSION in the top-level of mumps_SOURCE_DIR.
  • Loading branch information
scivision committed Jun 27, 2024
1 parent 9d22ae2 commit 6b789ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/mumps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ endif()

foreach(t IN ITEMS mumps_common mumps_common_C mumps_common_Fortran)
target_include_directories(${t} PUBLIC
"$<BUILD_INTERFACE:${mumps_SOURCE_DIR};${mumps_SOURCE_DIR}/include;${NUMERIC_INC}>"
"$<BUILD_INTERFACE:${mumps_SOURCE_DIR}/src;${mumps_SOURCE_DIR}/include;${NUMERIC_INC}>"
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)

Expand Down

0 comments on commit 6b789ce

Please sign in to comment.