From 7f4f0b1665e588ded098e36bc43057cb57a527f0 Mon Sep 17 00:00:00 2001 From: Niklas Worschech Date: Fri, 24 Jan 2014 11:51:30 +0000 Subject: [PATCH] deactivated hybrj solver again, clean Minpack build before does not help git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- SimulationRuntime/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimulationRuntime/cpp/CMakeLists.txt b/SimulationRuntime/cpp/CMakeLists.txt index 00606736d90..caa3b1cbff3 100644 --- a/SimulationRuntime/cpp/CMakeLists.txt +++ b/SimulationRuntime/cpp/CMakeLists.txt @@ -178,7 +178,7 @@ include_directories ("Include/Solver") #add Euler solver project add_subdirectory (Solver/Euler) add_subdirectory (Solver/Newton) -add_subdirectory (Solver/Hybrj) +#add_subdirectory (Solver/Hybrj) if(REDUCE_DAE)