[evolution-data-server] 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-data-server] Bug 785188 - Do not add LIB_INSTALL_DIR into RPATH
- Date: Fri, 21 Jul 2017 06:36:07 +0000 (UTC)
commit c2e82e9fc30a4f3f616fbac9b647c1d4bd0dfe2e
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 083928d..dab435d 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]