mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 12:51:07 -07:00
Update CURA_* setups in CuraVersion.py.in and CMakeLists.txt
CURA-5357
This commit is contained in:
parent
9223122fc8
commit
fae9bc838b
2 changed files with 5 additions and 3 deletions
|
|
@ -4,5 +4,6 @@
|
|||
CuraVersion = "@CURA_VERSION@"
|
||||
CuraBuildType = "@CURA_BUILDTYPE@"
|
||||
CuraDebugMode = True if "@_cura_debugmode@" == "ON" else False
|
||||
CuraPackagesVersion = "@CURA_PACKAGES_VERSION@"
|
||||
CuraSDKVersion = "@CURA_SDK_VERSION@"
|
||||
CuraCloudAPIRoot = "@CURA_CLOUD_API_ROOT@"
|
||||
CuraCloudAPIVersion = "@CURA_CLOUD_API_VERSION@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue