From b0c3ca076a5e7ffe72d3a999e229e702721c258a Mon Sep 17 00:00:00 2001 From: Sergey Safarov Date: Wed, 2 Aug 2023 16:07:58 +0300 Subject: [PATCH] remoed RPATH definition --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14a1770..d4262b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,6 @@ endif() # us to run the apps from the build dir without installing (come install time # the binary is re-linked with an rpath matching that of the install prefix) set(SKIP_BUILD_RPATH TRUE) -set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib") # Now detect a bunch of platform stuff include(CheckFunctionExists)