Skip to content

Commit

Permalink
#3049 Revert "Add rpath config for casadi directory"
Browse files Browse the repository at this point in the history
This reverts commit 378eed1.
  • Loading branch information
agriyakhetarpal committed Sep 7, 2023
1 parent 5976ec3 commit 8d88f5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ find_package(SUNDIALS REQUIRED)
message("sundials ${SUNDIALS_INCLUDE_DIR} ${SUNDIALS_LIBRARIES}")
target_include_directories(idaklu PRIVATE ${SUNDIALS_INCLUDE_DIR})
target_link_libraries(idaklu PRIVATE ${SUNDIALS_LIBRARIES} casadi)
set_property(TARGET idaklu APPEND PROPERTY INSTALL_RPATH "${CASADI_DIR}")

# link suitesparse
# if using vcpkg, use config mode to
Expand Down

0 comments on commit 8d88f5b

Please sign in to comment.