Skip to content
Snippets Groups Projects
Unverified Commit af5fd2a5 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

FindIPOpt.cmake: also look for headers in include/coin

parent 555b389d
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -14,6 +14,7 @@ find_path(IPOPT_INCLUDE_DIR ...@@ -14,6 +14,7 @@ find_path(IPOPT_INCLUDE_DIR
) )
find_path(IPOPT_INCLUDE_DIR find_path(IPOPT_INCLUDE_DIR
NAMES "IpNLP.hpp" NAMES "IpNLP.hpp"
PATH_SUFFIXES "include" "include/coin"
) )
find_library(IPOPT_LIBRARY find_library(IPOPT_LIBRARY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment