]> git.pld-linux.org Git - packages/CuraEngine.git/blob - CuraEngine-rpath.patch
- release 5
[packages/CuraEngine.git] / CuraEngine-rpath.patch
1 From c9ee5ceb2fb3e25c7c58e2f988f66f91e6fdad37 Mon Sep 17 00:00:00 2001
2 From: rpm-build <rpm-build>
3 Date: Wed, 3 May 2017 14:00:36 +0200
4 Subject: [PATCH 1/3] Do not RPATH
5
6 ---
7  CMakeLists.txt | 2 --
8  1 file changed, 2 deletions(-)
9
10 diff --git a/CMakeLists.txt b/CMakeLists.txt
11 index c2316d6..1ec537d 100644
12 --- a/CMakeLists.txt
13 +++ b/CMakeLists.txt
14 @@ -21,7 +21,6 @@ if(APPLE AND CMAKE_CXX_COMPILER_ID MATCHES "Clang")
15  if(NOT DEFINED LIB_SUFFIX)
16      set(LIB_SUFFIX "")
17  endif()
18 -set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
19  
20  set(CURA_ENGINE_VERSION "master" CACHE STRING "Version name of Cura")
21  
22 -- 
23 2.11.0
24
This page took 0.082266 seconds and 3 git commands to generate.