Skip to content
Snippets Groups Projects
Commit 7433801f authored by jcarpent's avatar jcarpent
Browse files

[Cmake] Set RPATH policy for Mac OS X

parent 4f7fe7ce
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,10 @@ SET(PROJECT_NAME pinocchio)
SET(PROJECT_DESCRIPTION "Rigid multi body dynamics algorithms")
SET(PROJECT_URL "http://github.com/stac-of-tasks/pinocchio")
IF(APPLE)
SET(CMAKE_MACOSX_RPATH 1)
ENDIF(APPLE)
# Disable -Werror on Unix for now.
SET(CXX_DISABLE_WERROR True)
SET(CMAKE_VERBOSE_MAKEFILE True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment