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>2018-05-30 10:13:25 +0300
committerLipu Fei <lipu.fei815@gmail.com>2018-05-30 10:13:27 +0300
commit9223122fc8af07bf209eb85a947e351e0d617262 (patch)
tree01d86dd4813821f3e9a86fbeb37af79178cb0c29 /CMakeLists.txt
parent13b3e4afa5c00ab3baab0570d318467f50fdf688 (diff)
Add CuraCloudAPIRoot into CuraVersion.py.in and CMakeLists.txt
CURA-5357
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 96efd68a2f..079b44890a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,6 +20,8 @@ endif()
set(CURA_VERSION "master" CACHE STRING "Version name of Cura")
set(CURA_BUILDTYPE "" CACHE STRING "Build type of Cura, eg. 'PPA'")
set(CURA_PACKAGES_VERSION "" CACHE STRING "Packages version of Cura")
+set(CURA_CLOUD_API_ROOT "" CACHE STRING "Alternative cloud API root of Cura")
+
configure_file(${CMAKE_SOURCE_DIR}/cura.desktop.in ${CMAKE_BINARY_DIR}/cura.desktop @ONLY)
configure_file(cura/CuraVersion.py.in CuraVersion.py @ONLY)