Skip to content

Commit

Permalink
* OMCompiler 91127f1...05ca4d2 (2):
Browse files Browse the repository at this point in the history
  > Small fix to previous commit
  > Brake up dynamic and static build of Cpp runtime (#3760)
  • Loading branch information
rfranke authored and OpenModelica-Hudson committed Mar 15, 2016
1 parent 8f8533a commit 147b297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler
Submodule OMCompiler updated 29 files
+1 −0 .gitignore
+38 −33 SimulationRuntime/cpp/CMakeLists.txt
+23 −33 SimulationRuntime/cpp/Core/DataExchange/CMakeLists.txt
+16 −17 SimulationRuntime/cpp/Core/Math/CMakeLists.txt
+5 −8 SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt
+10 −7 SimulationRuntime/cpp/Core/ModelicaExternalC/CMakeLists.txt
+19 −17 SimulationRuntime/cpp/Core/SimController/CMakeLists.txt
+14 −20 SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt
+19 −19 SimulationRuntime/cpp/Core/Solver/CMakeLists.txt
+29 −35 SimulationRuntime/cpp/Core/System/CMakeLists.txt
+12 −8 SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt
+29 −32 SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt
+15 −27 SimulationRuntime/cpp/FMU/CMakeLists.txt
+8 −1 SimulationRuntime/cpp/Makefile.in
+10 −2 SimulationRuntime/cpp/Makefile.omdev.mingw
+42 −32 SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt
+12 −19 SimulationRuntime/cpp/Solver/ARKode/CMakeLists.txt
+13 −13 SimulationRuntime/cpp/Solver/Broyden/CMakeLists.txt
+14 −13 SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt
+20 −24 SimulationRuntime/cpp/Solver/CppDASSL/CMakeLists.txt
+9 −9 SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt
+10 −9 SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt
+11 −10 SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt
+12 −20 SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt
+12 −11 SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt
+20 −24 SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt
+9 −10 SimulationRuntime/cpp/Solver/RK12/CMakeLists.txt
+7 −6 SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt
+12 −10 SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt

0 comments on commit 147b297

Please sign in to comment.