Skip to content

Commit

Permalink
cppRuntime: install sundials libs, if enabled
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17224 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Christian SChubert committed Sep 13, 2013
1 parent 716c821 commit c7c48ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SimulationRuntime/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ set(SUNDIALS_LIBS ${SUNDIALS_NVECSERIAL_LIB} ${SUNDIALS_CVODES_LIB} ${SUNDIALS
message(STATUS "Sundials Libraries:")
message(STATUS ${SUNDIALS_LIBS})
add_definitions(-DPMC_USE_SUNDIALS)

# On Windows we need to install those libraries along with the SimManager
INSTALL(FILES ${SUNDIALS_LIBS} DESTINATION bin)
endif()

#Mico corba
Expand Down

0 comments on commit c7c48ad

Please sign in to comment.