Update CURA_* setups in CuraVersion.py.in and CMakeLists.txt

CURA-5357
This commit is contained in:
Lipu Fei 2018-05-30 09:18:43 +02:00
parent 9223122fc8
commit fae9bc838b
2 changed files with 5 additions and 3 deletions

View file

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