Skip to content

Commit

Permalink
Use default setting for RPATH on macOS
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).
  • Loading branch information
Fabrice Benhamouda committed Jul 24, 2024
1 parent 6e75f6d commit e2cb813
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 e2cb813

Please sign in to comment.