Skip to content

Commit

Permalink
[pixi] Fix finding pagmo and ipopt
Browse files Browse the repository at this point in the history
(cherry picked from commit 75c5565cd6a45bb143ba1fe95137000f2610d03b)
  • Loading branch information
jslee02 committed Jun 27, 2024
1 parent 97f66a2 commit d2f56b4
Show file tree
Hide file tree
Showing 3 changed files with 381 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindIPOPT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ find_path(IPOPT_INCLUDE_DIRS

# Libraries
find_library(IPOPT_LIBRARIES
NAMES ipopt
NAMES ipopt ipopt-3
HINTS ${PC_IPOPT_LIBDIR})

# Version
Expand Down
Loading

0 comments on commit d2f56b4

Please sign in to comment.