Skip to content

Commit

Permalink
- fixed configure for ipopt??!
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Vitalij Ruge committed Nov 18, 2013
1 parent 5ed87bc commit 0d6d5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ LIBS=""
if ! test "$NO_IPOPT" = "yes"; then
FINAL_MESSAGES="$FINAL_MESSAGES\nSimulations may use IPOPT: Yes"
WITH_IPOPT="#define WITH_IPOPT"
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`
else
FINAL_MESSAGES="$FINAL_MESSAGES\nSimulations may use IPOPT: No"
WITH_IPOPT="/* Without IPOPT */"
Expand Down

0 comments on commit 0d6d5e2

Please sign in to comment.