Skip to content

Commit

Permalink
-removed klu
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedKamp committed Oct 19, 2015
1 parent 3a9cceb commit d17b300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt
Expand Up @@ -10,7 +10,7 @@ add_precompiled_header(${NewtonName}_static Include/Core/Modelica.h )
set_target_properties(${NewtonName}_static PROPERTIES COMPILE_DEFINITIONS "RUNTIME_STATIC_LINKING")

add_library(${NewtonName} SHARED Newton.cpp NewtonSettings.cpp FactoryExport )
target_link_libraries( ${NewtonName} ${ExtensionUtilitiesName} ${Boost_LIBRARIES} ${LAPACK_LIBRARIES} ) #C:/OpenModelica/OMCompiler/SimulationRuntime/cpp/Solver/KLU/OMCppklu_static.lib
target_link_libraries( ${NewtonName} ${ExtensionUtilitiesName} ${Boost_LIBRARIES} ${LAPACK_LIBRARIES}
add_precompiled_header(${NewtonName} Include/Core/Modelica.h )

if (UNIX)
Expand Down

0 comments on commit d17b300

Please sign in to comment.