[evolution] Bug 785188 - Do not add LIB_INSTALL_DIR into RPATH



commit 009337fe342626f2d952a36ac47aa880a43fa89b
Author: Milan Crha <mcrha redhat com>
Date:   Fri Jul 21 08:37:07 2017 +0200

    Bug 785188 - Do not add LIB_INSTALL_DIR into RPATH

 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 71ca196..0661b6e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,7 +151,7 @@ set(privincludedir "${INCLUDE_INSTALL_DIR}/${PROJECT_NAME}")
 set(privlibdir "${LIB_INSTALL_DIR}/${PROJECT_NAME}")
 set(privlibexecdir "${LIBEXEC_INSTALL_DIR}/${PROJECT_NAME}")
 
-SET(CMAKE_INSTALL_RPATH "${LIB_INSTALL_DIR}:${privlibdir}")
+SET(CMAKE_INSTALL_RPATH "${privlibdir}")
 
 if(WIN32)
        # On Win32 there is no "rpath" mechanism. We install the private


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]