mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 16:41:52 +01:00
also: - change CMAKE_BUILD_TYPE to None - patch build process to remove redundant runtime path
13 lines
325 B
Diff
13 lines
325 B
Diff
Patch the build process to remove a redundant runtime path
|
|
|
|
--- ./CMakeLists.txt
|
|
+++ ./CMakeLists.txt
|
|
@@ -58,7 +58,6 @@
|
|
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")
|
|
|