Merge pull request 'cmake: set CMAKE_SKIP_RPATH on Linux to fix empty RPATH token issue' (#50) from dsc/feather:fix-rpath into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/50
This commit is contained in:
dsc 2020-10-11 22:50:51 +00:00
commit cd1cd5cb75
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ find_package(Boost 1.58 REQUIRED COMPONENTS
locale)
if(UNIX AND NOT APPLE)
set(CMAKE_SKIP_RPATH ON)
find_package(X11 REQUIRED)
message(STATUS "X11_FOUND = ${X11_FOUND}")
message(STATUS "X11_INCLUDE_DIR = ${X11_INCLUDE_DIR}")