nheko/nheko-drop-rpath.patch

22 lines
598 B
Diff
Raw Normal View History

2018-02-16 15:27:26 +00:00
From 057046ec20d94c5d90d9b6d5793624a91f78e9e9 Mon Sep 17 00:00:00 2001
2018-02-02 13:35:59 +00:00
From: Vitaly Zaitsev <vitaly@easycoding.org>
Date: Sat, 16 Dec 2017 18:20:43 +0100
Subject: [PATCH 3/3] Remove rpath.
---
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
2018-02-16 15:27:26 +00:00
index 5872f2b..e245e81 100644
2018-02-02 13:35:59 +00:00
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
2018-02-16 15:27:26 +00:00
@@ -352,3 +352,4 @@ if(UNIX AND NOT APPLE)
2018-02-02 13:35:59 +00:00
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
endif()
endif()
+set_target_properties(nheko PROPERTIES SKIP_BUILD_RPATH TRUE)
--
2.14.3