Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Sep 17, 2024
1 parent e4e6bdc commit 74fa0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/AMICI/cmake/AmiciConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if(NOT TARGET SUNDIALS::KLU)
INTERFACE "${AMD_STATIC}"
INTERFACE "${SUITESPARSE_CONFIG_STATIC}")
set_target_properties(SUNDIALS::KLU PROPERTIES INTERFACE_INCLUDE_DIRECTORIES
"${KLU_INCLUDE_DIR};${KLU_INCLUDE_DIR}/suitesparse")
"${KLU_INCLUDE_DIR}")
endif()

find_dependency(SUNDIALS REQUIRED PATHS
Expand Down

0 comments on commit 74fa0a1

Please sign in to comment.