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@18173 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Vitalij Ruge committed Nov 18, 2013
1 parent 82c60ee commit 5ed87bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
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="-lipopt -lcoinmumps"
IPOPT_LDFLAGS=`PKG_CONFIG_PATH=-I$(top_builddir)/3rdParty/lis-1.4.12/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 5ed87bc

Please sign in to comment.