forked from pool/uranium
- update to 4.9.0 * https://github.com/Ultimaker/Cura/releases/tag/4.9 - Bump "UM" QML version to 1.6 OBS-URL: https://build.opensuse.org/request/show/889079 OBS-URL: https://build.opensuse.org/package/show/science/uranium?expand=0&rev=46
14 lines
616 B
Diff
14 lines
616 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index fd5eab7f..73b0dc50 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -54,7 +54,7 @@ else()
|
|
install(DIRECTORY UM DESTINATION lib${LIB_SUFFIX}/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages)
|
|
endif()
|
|
install(FILES ${CMAKE_SOURCE_DIR}/cmake/UraniumTranslationTools.cmake
|
|
- DESTINATION ${CMAKE_INSTALL_DATADIR}/cmake-${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}/Modules/ )
|
|
+ DESTINATION ${CMAKE_MODULES_INSTALL_DIR}/ )
|
|
install(DIRECTORY resources DESTINATION ${CMAKE_INSTALL_DATADIR}/uranium)
|
|
|
|
# Detect plugins to install
|