Skip to content

Commit

Permalink
cmake: enabling os x rpath by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jbohren committed May 5, 2016
1 parent e844dff commit a491706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catkin_tools/jobs/cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ def create_cmake_build_job(context, package, package_path, dependencies, force_c
([CMAKE_EXEC,
pkg_dir,
'--no-warn-unused-cli',
'-DCMAKE_MACOSX_RPATH=On',
'-DCMAKE_INSTALL_PREFIX=' + final_path] +
context.cmake_args),
cwd=build_space,
Expand Down

0 comments on commit a491706

Please sign in to comment.