We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed87bc commit 0d6d5e2Copy full SHA for 0d6d5e2
configure.in
@@ -463,7 +463,7 @@ LIBS=""
463
if ! test "$NO_IPOPT" = "yes"; then
464
FINAL_MESSAGES="$FINAL_MESSAGES\nSimulations may use IPOPT: Yes"
465
WITH_IPOPT="#define WITH_IPOPT"
466
- IPOPT_LDFLAGS=`PKG_CONFIG_PATH=-I$(top_builddir)/3rdParty/lis-1.4.12/lib/pkgconfig:$PKG_CONFIG_PATH pkg-config --libs ipopt`
+ IPOPT_LDFLAGS=`PKG_CONFIG_PATH=-I$(top_builddir)/3rdParty/Ipopt-3.11.6/lib/pkgconfig:$PKG_CONFIG_PATH pkg-config --libs ipopt`
467
else
468
FINAL_MESSAGES="$FINAL_MESSAGES\nSimulations may use IPOPT: No"
469
WITH_IPOPT="/* Without IPOPT */"
0 commit comments