Skip to content

Commit

Permalink
Update cmake/tpl/FindKLU.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel R. Reynolds <[email protected]>
  • Loading branch information
dweindl and drreynolds authored Sep 30, 2024
1 parent c4b5df5 commit b03cbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/tpl/FindKLU.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if(NOT
else()
add_library(SUNDIALS::KLU ALIAS SuiteSparse::KLU)
endif()
set(KLU_SUITESPARSE_TARGET ON)
set(KLU_SUITESPARSE_TARGET ON)
mark_as_advanced(KLU_SUITESPARSE_TARGET)
endif()
return()
Expand Down

0 comments on commit b03cbc4

Please sign in to comment.