Skip to content

Commit

Permalink
- cmake is stupid and evil, and people write as poor cross-platform f…
Browse files Browse the repository at this point in the history
…iles as make, why use it?

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 19, 2012
1 parent 9cea235 commit 45b1d24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SimulationRuntime/cpp/Source/CMakeLists.txt
Expand Up @@ -23,13 +23,14 @@ elseif(MINGW)
SET(SUNDIALS_LIBRARY_RELEASE_HOME $ENV{OMDEV}/lib/3rdParty/Sundials/lib/release/mingw)
endif()

SET(INSTALL_OMDEV_LIBS ON)

ENDIF( WIN32 )

SET(MODELICA_MODEL "ModelicaSystem")
SET(USE_MICO OFF)
SET(REDUCE_DAE OFF)
SET(USE_SUNDIALS ON)
SET(INSTALL_OMDEV_LIBS ON)

# Boost
SET(Boost_USE_STATIC_LIBS OFF)
Expand Down Expand Up @@ -215,4 +216,4 @@ install (FILES "DataExchange/Interfaces/IHistory.h"
utils/extension/impl/factory.hpp utils/extension/impl/factory_map.hpp utils/extension/impl/function.hpp utils/extension/impl/library_impl.hpp
utils/extension/impl/shared_library.hpp utils/extension/impl/typeinfo.hpp)
INSTALL_HEADERS_WITH_DIRECTORY(HS)


0 comments on commit 45b1d24

Please sign in to comment.