[evolution-ews/gnome-3-24] Allow overwrite of CMAKE_SKIP_RPATH variable
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews/gnome-3-24] Allow overwrite of CMAKE_SKIP_RPATH variable
- Date: Thu, 15 Jun 2017 12:00:29 +0000 (UTC)
commit bf092e02657615be3d3eb6a803ed9cab2439e7e2
Author: Milan Crha <mcrha redhat com>
Date: Thu Jun 15 13:57:07 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 f7379b9..44b930d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,7 +53,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]