Changeset 2e1f3837 in OpenModelica


Ignore:
Timestamp:
2020-10-21T14:04:18+02:00 (3 years ago)
Author:
Mahder Gebremedhin <mahder.gebremedhin@…>
Children:
d0e20bb
Parents:
cc36b37
git-author:
Mahder Gebremedhin <mahder.gebremedhin@…> (09/26/20 14:30:03)
git-committer:
Mahder Gebremedhin <mahder.gebremedhin@…> (10/21/20 14:04:18)
Message:

[cmake] Fixes for libzmq-static linking.

  • Add the transitively needed libraries when linking to libzq-static.
  • See the commit/diff on 3rdParty submodule for details.
Location:
OMCompiler
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/3rdParty

    • Property commit changed from 01879451f71725762be739b711d27afaa5e07aae to 02c4aa2f0c647822d712b79c813a5210ee5a75a9
  • OMCompiler/CMakeLists.txt

    rcc36b37 r2e1f3837  
    2323# unintentionally. If the user has not specified anything default to an install_cmake dir in the root folder.
    2424if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
    25     set(CMAKE_INSTALL_PREFIX ${PROJECT_SOURCE_DIR}/install_cmake CACHE PATH "Default installation directory" FORCE)
    26     message(WARNING "No installation directory specified. ${CMAKE_INSTALL_PREFIX}")
     25    set(CMAKE_INSTALL_PREFIX ${PROJECT_BINARY_DIR}/install_cmake CACHE PATH "Default installation directory" FORCE)
     26    message(WARNING "No installation directory specified. Defaulting to: ${CMAKE_INSTALL_PREFIX}")
    2727endif()
    2828omc_add_to_report(CMAKE_INSTALL_PREFIX)
Note: See TracChangeset for help on using the changeset viewer.