24 lines
600 B
Diff
24 lines
600 B
Diff
From ca21643c4a077f5d7dbc9f71c615a4cda8fd2226 Mon Sep 17 00:00:00 2001
|
|
From: rpm-build <rpm-build>
|
|
Date: Sun, 10 Dec 2017 12:51:57 +0100
|
|
Subject: [PATCH 1/3] CuraEngine-rpath.patch
|
|
|
|
---
|
|
CMakeLists.txt | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 5b7100c..3a74350 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -24,7 +24,6 @@ endif()
|
|
if(NOT DEFINED LIB_SUFFIX)
|
|
set(LIB_SUFFIX "")
|
|
endif()
|
|
-set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
|
|
|
|
set(CURA_ENGINE_VERSION "master" CACHE STRING "Version name of Cura")
|
|
|
|
--
|
|
2.14.3
|
|
|