Skip to content

Commit

Permalink
changed g++ version for cpp runtime (workarround)
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20341 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
niklwors committed May 1, 2014
1 parent 047d2a9 commit 40c4450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Makefile
Expand Up @@ -10,7 +10,7 @@ builddir_inc=$(top_builddir)/build/include/omc

runtimeCpp: clean
#cd ./Build && echo "change to Build" && cmake -D ANALYZATION_MODE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX:PATH="$(builddir_build)" ../
cd ./Build && echo "change to Build" && cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_INSTALL_PREFIX:PATH="$(builddir_build)" ../
cd ./Build && echo "change to Build" && cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_INSTALL_PREFIX:PATH="$(builddir_build)" -D CMAKE_CXX_COMPILER="g++-4.4" ../
$(MAKE) -C Build

install: runtimeCpp
Expand Down

0 comments on commit 40c4450

Please sign in to comment.