[evolution] Bug 774681 - Unset INSTALL_RPATH for libs not linking anything private
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 774681 - Unset INSTALL_RPATH for libs not linking anything private
- Date: Mon, 21 Nov 2016 10:36:57 +0000 (UTC)
commit 356d7012c050ebba8f8da757ac77fe0571ae8b27
Author: Dominique Leuenberger <dimstar opensuse org>
Date: Mon Nov 21 11:37:19 2016 +0100
Bug 774681 - Unset INSTALL_RPATH for libs not linking anything private
src/libgnomecanvas/CMakeLists.txt | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/libgnomecanvas/CMakeLists.txt b/src/libgnomecanvas/CMakeLists.txt
index 167fb0a..6b4f3bf 100644
--- a/src/libgnomecanvas/CMakeLists.txt
+++ b/src/libgnomecanvas/CMakeLists.txt
@@ -49,6 +49,10 @@ target_compile_options(gnomecanvas PUBLIC
${GNOME_PLATFORM_CFLAGS}
)
+set_target_properties(gnomecanvas PROPERTIES
+ INSTALL_RPATH ""
+)
+
target_include_directories(gnomecanvas PUBLIC
${CMAKE_BINARY_DIR}
${CMAKE_BINARY_DIR}/src
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]