[evolution/gnome-3-24] Bug 785188 - Do not add LIB_INSTALL_DIR into RPATH
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-24] Bug 785188 - Do not add LIB_INSTALL_DIR into RPATH
- Date: Fri, 21 Jul 2017 06:45:26 +0000 (UTC)
commit 218f0cd839108e7ca1167f740b09d8918207a2ed
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 26a573c..f256554 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]