Skip to content

Commit

Permalink
Fixed the RPATH settings for linking on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren committed Jun 6, 2016
1 parent c1895ea commit 7a7873d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ option(TESTS "Enable compilation of the correctness tests" OFF)
# ==================================================================================================

# RPATH settings
set(CMAKE_SKIP_BUILD_RPATH false) # Use, i.e. don't skip the full RPATH for the build tree
set(CMAKE_BUILD_WITH_INSTALL_RPATH false) # When building, don't use the install RPATH already
set(CMAKE_INSTALL_RPATH "") # The RPATH to be used when installing
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH false) # Don't add the automatically determined parts
set(CMAKE_MACOSX_RPATH 1)

# ==================================================================================================

Expand Down

0 comments on commit 7a7873d

Please sign in to comment.