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



commit 31c7780e9b37357cd0e3eabaac17469d9c7e87c1
Author: Milan Crha <mcrha redhat com>
Date:   Thu Nov 10 17:26:24 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 7bbd52e..c999e24 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,6 +42,7 @@ set(libmapi_minimum_version 2.0)
 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]