Skip to content

Commit

Permalink
-changed cmake file for lapack and blas lib
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12382 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
niklwors committed Jul 31, 2012
1 parent 973149c commit 9d23a7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SimulationRuntime/cpp/Source/CMakeLists.txt
Expand Up @@ -195,11 +195,11 @@ if(INSTALL_OMDEV_LIBS)
endif()

if(USE_MICO)
install (FILES "${MICO_LIBRARY}" DESTINATION lib/omc)
install (FILES "${MICO_LIBRARY}" DESTINATION bin)
endif()

install (FILES "${LAPACK_lapack_LIBRARY}" DESTINATION lib/omc)
install (FILES "${BLAS_blas_LIBRARY}" DESTINATION lib/omc)
install (FILES "${LAPACK_lapack_LIBRARY}" DESTINATION bin)
install (FILES "${BLAS_blas_LIBRARY}" DESTINATION bin)
#install (FILES "${BOOST_SERIALIZATION_LIBRARY_RELEASE}" DESTINATION bin)
endif()

Expand Down

0 comments on commit 9d23a7f

Please sign in to comment.