[evolution-data-server/gnome-3-24] Bug 785188 - Do not add LIB_INSTALL_DIR into RPATH



commit 2d7084323e48ce04c5f22b13e6ec90b9665f632b
Author: Milan Crha <mcrha redhat com>
Date:   Fri Jul 21 08:36:11 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 a0363ea..d8fef47 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -180,7 +180,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]