Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Jun 19, 2024
1 parent fb661b3 commit 8a4ac74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/macros/SundialsAddLibrary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ macro(sundials_add_library target)
else()
set(_all_libs ${sundials_add_library_LINK_LIBRARIES})
endif()
# Due to various issues in CMake, particularly https://gitlab.kitware.com/cmake/cmake/-/issues/25365
# we create a fake custom target to enforce a build order. Without this, parallel
# builds might fail due with a missing '.mod' error when Fortran is enabled.
# Due to various issues in CMake, particularly https://gitlab.kitware.com/cmake/cmake/-/issues/25365,
# we create a fake custom target to enforce a build order. Without this, parallel builds
# might fail with an error about a missing '.mod' file when Fortran is enabled (see GitHub #410).
add_custom_target(fake_to_force_build_order_${obj_target})
set(_stripped_all_libs ${_all_libs})
list(FILTER _stripped_all_libs EXCLUDE REGEX "PUBLIC|INTERFACE|PRIVATE")
Expand Down

0 comments on commit 8a4ac74

Please sign in to comment.