Aiden Grossman e41139c803 community/curaengine: enable tests
also:
- change CMAKE_BUILD_TYPE to None
- patch build process to remove redundant runtime path
2021-11-03 04:26:51 +01:00

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")