[evolution-mapi] 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-mapi] Bug 785188 - Do not add LIB_INSTALL_DIR into RPATH
- Date: Fri, 21 Jul 2017 06:38:46 +0000 (UTC)
commit 8656390dc6fdbc16d315753b82cc12cb43970cfe
Author: Milan Crha <mcrha redhat com>
Date: Fri Jul 21 08:38:51 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 41c6d5c..d4fd97d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -186,7 +186,7 @@ pkg_check_variable(libmapi_ldif_dir libmapi datadir)
set(mapidatadir "${mapidatadir}/mapi")
set(libmapi_ldif_dir "${libmapi_ldif_dir}/setup")
-SET(CMAKE_INSTALL_RPATH "${LIB_INSTALL_DIR}:${privlibdir}:${evo_privlibdir}")
+SET(CMAKE_INSTALL_RPATH "${privlibdir}:${evo_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]