MengeCrowdSim / Menge

The source code for the Menge crowd simulation framework
Apache License 2.0
138 stars 64 forks source link

CMake warning pertaining to RPATH on OS X build #62

Closed chraibi closed 7 years ago

chraibi commented 7 years ago

Adding

if(APPLE)
    set(CMAKE_MACOSX_RPATH ON)
endif()

in Menge/CMakeLists.txt and Plugins/CMakeLists.txt resolves these warnings and let Cmake correctly handles RPATH on OSX.