Changeset 431c2f9 in OpenModelica


Ignore:
Timestamp:
2012-11-21T10:10:58+01:00 (11 years ago)
Author:
Niklas Worschech <niklas.worschech@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, master, omlib-staging
Children:
14dde970
Parents:
bb4662d
Message:

fix for coping all cpp runtime libs to /omc/lib/cpp in CMake file

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14002 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SimulationRuntime/cpp/Source/CMakeLists.txt

    r6612c15 r431c2f9  
    1717if(MSVC)
    1818SET(SUNDIALS_LIBRARY_RELEASE_HOME  $ENV{OMDEV}/lib/3rdParty/Sundials/lib/release/vc100)
    19 SET(LIBINSTALLEXT "cpp")
    2019elseif(MINGW)
    2120SET(SUNDIALS_LIBRARY_RELEASE_HOME  $ENV{OMDEV}/lib/3rdParty/Sundials/lib/release/mingw/dlls)
     21endif()
     22SET(INSTALL_OMDEV_LIBS ON)
     23ENDIF( WIN32 )
    2224SET(LIBINSTALLEXT "cpp")
    23 else()
    24 SET(LIBINSTALLEXT "cpp")
    25 endif()
    26 
    27 SET(INSTALL_OMDEV_LIBS ON)
    28 
    29 ENDIF( WIN32 )
    3025
    3126SET(MODELICA_MODEL "ModelicaSystem")
Note: See TracChangeset for help on using the changeset viewer.