Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2019-07-04 16:58:09 +0300
committerLipu Fei <lipu.fei815@gmail.com>2019-07-04 16:58:27 +0300
commit178f73ec620e08d4e3f7cd18a54981d242982f2a (patch)
tree5ed2ab8fe23931c281ff6b168e24ff4eb8c5d336 /CMakeLists.txt
parenta495d71a14f9654f8c2d9e9b3528a0f376dcd58e (diff)
Fix CURA_CLOUD_ACCOUNT_API_ROOT config
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d5109f0f7b..b516de6b63 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,10 +22,10 @@ set(CURA_VERSION "master" 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")
+set(CURA_CLOUD_ACCOUNT_API_ROOT "" CACHE STRING "Alternative Cura cloud account API version")
configure_file(${CMAKE_SOURCE_DIR}/cura.desktop.in ${CMAKE_BINARY_DIR}/cura.desktop @ONLY)
-
configure_file(cura/CuraVersion.py.in CuraVersion.py @ONLY)