[evolution-mapi] Allow overwrite of CMAKE_SKIP_RPATH variable



commit d9cb6d2a87774ef210b0e16d1c1dcea4a27b013f
Author: Milan Crha <mcrha redhat com>
Date:   Thu Jun 15 14:00:22 2017 +0200

    Allow overwrite of CMAKE_SKIP_RPATH variable

 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f5998c0..d741603 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,7 +45,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
 # Packagers might want to need different settings for the RPATH related things
 # From experience, especially CMAKE_BUILD_WITH_INSTALL_RPATH might need to be
 # switched to ON, if CMake fails to set the right values during make install
-set(CMAKE_SKIP_RPATH OFF)
+set(CMAKE_SKIP_RPATH OFF CACHE BOOL INTERNAL)
 set(CMAKE_SKIP_BUILD_RPATH OFF CACHE BOOL INTERNAL)
 set(CMAKE_BUILD_WITH_INSTALL_RPATH OFF CACHE BOOL INTERNAL)
 set(CMAKE_INSTALL_RPATH_USE_LINK_PATH ON CACHE BOOL INTERNAL)


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