Skip to content

Commit 0d6d5e2

Browse files
author
Vitalij Ruge
committed
- fixed configure for ipopt??!
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 5ed87bc commit 0d6d5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ LIBS=""
463463
if ! test "$NO_IPOPT" = "yes"; then
464464
FINAL_MESSAGES="$FINAL_MESSAGES\nSimulations may use IPOPT: Yes"
465465
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`
466+
IPOPT_LDFLAGS=`PKG_CONFIG_PATH=-I$(top_builddir)/3rdParty/Ipopt-3.11.6/lib/pkgconfig:$PKG_CONFIG_PATH pkg-config --libs ipopt`
467467
else
468468
FINAL_MESSAGES="$FINAL_MESSAGES\nSimulations may use IPOPT: No"
469469
WITH_IPOPT="/* Without IPOPT */"

0 commit comments

Comments
 (0)