diff --git a/CMakeLists.txt b/CMakeLists.txt index 85c8b7c..844e4e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -158,6 +158,7 @@ find_package(Boost 1.58 REQUIRED COMPONENTS if(UNIX AND NOT APPLE) if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug") + # https://github.com/monero-project/monero-gui/issues/3142#issuecomment-705940446 set(CMAKE_SKIP_RPATH ON) endif()