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



commit 19ee3268378cf0a8c67d377c611d686ba5dc166c
Author: Milan Crha <mcrha redhat com>
Date:   Thu Nov 10 17:24:18 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 cc23917..b24156e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -124,6 +124,7 @@ set(webkit2gtk_minimum_version 2.11.91)
 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]