mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
11 lines
679 B
Text
11 lines
679 B
Text
--- CMakeLists.txt.orig 2020-12-25 04:46:02 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -20,7 +20,7 @@ option(GENERATE_TRANSLATIONS "Should the translations
|
|
|
|
set(CURA_APP_NAME "cura" CACHE STRING "Short name of Cura, used for configuration folder")
|
|
set(CURA_APP_DISPLAY_NAME "Ultimaker Cura" CACHE STRING "Display name of Cura")
|
|
-set(CURA_VERSION "master" CACHE STRING "Version name of Cura")
|
|
+set(CURA_VERSION "%%DISTVERSION%%" CACHE STRING "Version name of Cura")
|
|
set(CURA_BUILDTYPE "" CACHE STRING "Build type of Cura, eg. 'PPA'")
|
|
set(CURA_CLOUD_API_ROOT "" CACHE STRING "Alternative Cura cloud API root")
|
|
set(CURA_CLOUD_API_VERSION "" CACHE STRING "Alternative Cura cloud API version")
|