Skip to content

Commit

Permalink
Use default setting for RPATH on macOS (#192)
Browse files Browse the repository at this point in the history
Current code forces RPATH=0 on macOS.
This makes it much harder to use the library in non-standard install location (in particular when wanting to not install with sudo).

Co-authored-by: Fabrice Benhamouda <[email protected]>
  • Loading branch information
fabrice102 and Fabrice Benhamouda authored Jul 24, 2024
1 parent 6e75f6d commit 55c2bd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/emp-base.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ if(NOT WIN32)
set(BoldWhite "${Esc}[1;37m")
endif()

set(CMAKE_MACOSX_RPATH 0)
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

include_directories(${CMAKE_SOURCE_DIR})
Expand Down

0 comments on commit 55c2bd8

Please sign in to comment.