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:
authorEvangelos Trantos <evtrados@gmail.com>2020-09-14 22:13:05 +0300
committerGitHub <noreply@github.com>2020-09-14 22:13:05 +0300
commitfc4de5326971fc6a3c46247944753d5015ab3568 (patch)
tree78100a458a7ec29c6b4314a12c14012e277b6ae4 /CMakeLists.txt
parent36a2535650f314622f98448dbb5344775aca66ac (diff)
Add the CURA_DIGITAL_FACTORY_URL variable in the CMakeLists file.
In this way it can be used as an argument during the Cura build configuration.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c7637be27f..3993d76754 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,6 +26,7 @@ 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")
set(CURA_MARKETPLACE_ROOT "" CACHE STRING "Alternative Marketplace location")
+set(CURA_DIGITAL_FACTORY_URL "" CACHE STRING "Alternative Digital Factory location")
configure_file(${CMAKE_SOURCE_DIR}/cura.desktop.in ${CMAKE_BINARY_DIR}/cura.desktop @ONLY)