Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Mar 6, 2024
1 parent 7e09c53 commit c625266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThirdParty/sundials/cmake/tpl/SundialsKLU.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ find_package(KLU REQUIRED)

message(STATUS "KLU_LIBRARIES: ${KLU_LIBRARIES}")
message(STATUS "KLU_INCLUDE_DIR: ${KLU_INCLUDE_DIR}")
list(JOIN KLU_LIBRARIES \";\" KLU_LIBRARIES_TMP)
list(JOIN KLU_LIBRARIES "\";\"" KLU_LIBRARIES_TMP)
set(KLU_LIBRARIES_TMP \"${KLU_LIBRARIES_TMP}\")
# -----------------------------------------------------------------------------
# Section 4: Test the TPL
Expand Down

0 comments on commit c625266

Please sign in to comment.