[evolution] Ensure CMAKE_SKIP_RPATH is OFF, the RPATH is used here



commit 3cb38804f87e48a0a5886207146dfe6cbd0349a9
Author: Milan Crha <mcrha redhat com>
Date:   Thu Nov 10 17:25:30 2016 +0100

    Ensure CMAKE_SKIP_RPATH is OFF, the RPATH is used here

 CMakeLists.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e3f953..dfc04ea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -95,6 +95,7 @@ set(libnotify_minimum_version 0.7)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
 
 set(CMAKE_POSITION_INDEPENDENT_CODE ON)
+set(CMAKE_SKIP_RPATH OFF)
 set(CMAKE_SKIP_BUILD_RPATH OFF)
 set(CMAKE_BUILD_WITH_INSTALL_RPATH OFF)
 set(CMAKE_INSTALL_RPATH_USE_LINK_PATH ON)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]