Skip to content

Commit

Permalink
- IF I SAY DON'T BUILD OMOPTIM, DON'T TRY TO BUILD OMOPTIMBASIS
Browse files Browse the repository at this point in the history
*STABBB*


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12480 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Aug 11, 2012
1 parent 8d45a2f commit df5c6f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ omplot: mkbuilddirs
omedit: mkbuilddirs omplot
$(MAKE) -C OMEdit/OMEditGUI -f Makefile.unix
ifeq (@with_paradiseo@,)
omoptim: mkbuilddirs omoptimbasis
omoptim: mkbuilddirs
@echo "*** OpenModelica configured without support for OMOptim (--without-paradisEO)"
else
omoptim: mkbuilddirs omoptimbasis
$(MAKE) -C OMOptim/build -f Makefile.unix
endif
omoptimbasis: mkbuilddirs
$(MAKE) -C OMOptimBasis/build -f Makefile.unix
endif

qtclients: omnotebook omshell omedit omplot omoptim omoptimbasis

Expand Down

0 comments on commit df5c6f1

Please sign in to comment.