Skip to content
Snippets Groups Projects

Update IPOPT related finders

Merged Max Lyon requested to merge update_finders into master
4 files
+ 220
167
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 2
2
@@ -87,8 +87,8 @@ if (WIN32)
ELSE( WIN32 )
find_path(IPOPT_INCLUDE_DIR NAMES IpNLP.hpp
PATHS "$ENV{IPOPT_HOME}/include/coin"
"/usr/include/coin"
HINTS "$ENV{IPOPT_HOME}/include/coin"
PATHS "/usr/include/coin"
"~/sw/Ipopt-3.12.4-installed/include/coin"
)
Loading