Skip to content
Snippets Groups Projects
Commit c25f9b9e authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Remove redundant HINT CMAKE_PREFIX_PATH

parent fc8db3ba
No related branches found
No related tags found
No related merge requests found
......@@ -8,20 +8,17 @@ find_library(DL_LIBRARY dl)
find_path(IPOPT_INCLUDE_DIR
NAMES "IpNLP.hpp"
HINTS ${CMAKE_PREFIX_PATH}
PATH_SUFFIXES "include" "include/coin"
)
find_library(IPOPT_LIBRARY
NAMES ipopt
HINTS ${CMAKE_PREFIX_PATH}
PATH_SUFFIXES "lib"
)
# If you want to want to use other linear solver
find_library(HSL_LIBRARY
NAMES coinhsl
HINTS ${CMAKE_PREFIX_PATH}
PATH_SUFFIXES "lib"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment