Skip to content

Commit

Permalink
Remove MACOSX_RPATH forcing
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Westphal <[email protected]>
  • Loading branch information
mwestphal committed Nov 27, 2022
1 parent 0436624 commit 6aa4b01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/ImathSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
# Add the automatically determined parts of the rpath which point to
# directories outside the build tree to the install RPATH
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
if(APPLE)
set(CMAKE_MACOSX_RPATH ON)
endif()

# If the user sets an install rpath then just use that, or otherwise
# set one for them.
Expand Down

0 comments on commit 6aa4b01

Please sign in to comment.