Skip to content

Commit

Permalink
make qtclients now works when configured --without-paradiseo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16398 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 19, 2013
1 parent 47959b9 commit 0fc45a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ omplot: mkbuilddirs
omedit: mkbuilddirs omplot
$(MAKE) -C OMEdit/OMEditGUI -f Makefile.unix
ifeq (@with_paradiseo@,)
omoptim: mkbuilddirs
omoptim:
@echo "*** OpenModelica configured without support for OMOptim (--without-paradisEO)"
omoptimbasis:
@echo "*** OpenModelica configured without support for OMOptim (--without-paradisEO)"
else
omoptim: mkbuilddirs omoptimbasis
Expand Down

0 comments on commit 0fc45a4

Please sign in to comment.