mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
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:
commit
cd1cd5cb75
1 changed files with 1 additions and 0 deletions
|
@ -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}")
|
||||
|
|
Loading…
Reference in a new issue