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:
authorJaime van Kessel <nallath@gmail.com>2016-06-17 15:59:16 +0300
committerJaime van Kessel <nallath@gmail.com>2016-06-17 15:59:16 +0300
commit78a0c623efc0ccd25e9383e9ec9f3222aff42103 (patch)
tree71b5260f8e7ef4a728e925ceda6d744f7c5becb6 /CMakeLists.txt
parent30182f295f753bb03d73db1eac9f82eaaa06f716 (diff)
parent68a737129ea3e515c0e4b08934408ae2e75f8358 (diff)
Merge branch 'master' of github.com:Ultimaker/Cura into MachineActions
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 0ca4594947..40d94135ce 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,6 +13,7 @@ add_custom_command(TARGET tests POST_BUILD COMMAND "PYTHONPATH=${CMAKE_SOURCE_DI
set(CURA_VERSION "master" CACHE STRING "Version name of Cura")
+set(CURA_BUILDTYPE "" CACHE STRING "Build type of Cura, eg. 'PPA'")
configure_file(cura/CuraVersion.py.in CuraVersion.py @ONLY)
# Macro needed to list all sub-directory of a directory.