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



commit fe7a84ea2849fddadc95a84f7146457f627c9335
Author: Milan Crha <mcrha redhat com>
Date:   Thu Nov 10 17:25:57 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 519f867..382e769 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,6 +50,7 @@ set(mspack_minimum_version 0.4)
 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]