Skip to content

Commit

Permalink
- Don't print so much in colour; it makes us dizzy. Stupid cmake dest…
Browse files Browse the repository at this point in the history
…roying things.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12513 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Aug 14, 2012
1 parent 4f2a126 commit afba348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ omcd: difftool interactive docs fmi fmil

fmil:
mkdir -p 3rdParty/FMIL/build
(cd 3rdParty/FMIL/build && $(CMAKE) -D FMILIB_BUILD_SHARED_LIB:Bool=OFF -D FMILIB_BUILD_TESTS:Bool=OFF .. -G $(CMAKE_TARGET))
(cd 3rdParty/FMIL/build && $(CMAKE) -D FMILIB_BUILD_SHARED_LIB:Bool=OFF -D FMILIB_BUILD_TESTS:Bool=OFF -D FMILIB_GENERATE_DOXYGEN_DOC:Bool=OFF -DCMAKE_COLOR_MAKEFILE:Bool=OFF .. -G $(CMAKE_TARGET))
$(MAKE) -C 3rdParty/FMIL/build
$(MAKE) -C 3rdParty/FMIL/build install
qtclean-common:
Expand Down

0 comments on commit afba348

Please sign in to comment.