Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ament_cmake_core/cmake/core/all.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ endif()
# set RPATH to ON for OS X
if(APPLE)
set(CMAKE_MACOSX_RPATH ON)
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH ON)
endif()

# the following operations must be performed inside a project context
Expand Down