Skip to content

Commit

Permalink
fix for coping all cpp runtime libs to /omc/lib/cpp in CMake file
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
niklwors committed Nov 21, 2012
1 parent bb4662d commit 431c2f9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions SimulationRuntime/cpp/Source/CMakeLists.txt
Expand Up @@ -16,17 +16,12 @@ SET(SUNDIALS_INLCUDE_HOME $ENV{OMDEV}/lib/3rdParty/Sundials/include)

if(MSVC)
SET(SUNDIALS_LIBRARY_RELEASE_HOME $ENV{OMDEV}/lib/3rdParty/Sundials/lib/release/vc100)
SET(LIBINSTALLEXT "cpp")
elseif(MINGW)
SET(SUNDIALS_LIBRARY_RELEASE_HOME $ENV{OMDEV}/lib/3rdParty/Sundials/lib/release/mingw/dlls)
SET(LIBINSTALLEXT "cpp")
else()
SET(LIBINSTALLEXT "cpp")
endif()

SET(INSTALL_OMDEV_LIBS ON)

ENDIF( WIN32 )
SET(LIBINSTALLEXT "cpp")

SET(MODELICA_MODEL "ModelicaSystem")
SET(LIBPREFIX "OMCpp")
Expand Down

0 comments on commit 431c2f9

Please sign in to comment.