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:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-05-22 13:06:11 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-05-22 13:06:11 +0300
commit1262d47b1544e678af2004afca8df0d5f65a6876 (patch)
treeab46a9eb73ac7f518344c8fc50f71a25ca22a523 /CMakeLists.txt
parenteea9b7ab4662bba30a5e7f15ea6d50be5cc0e485 (diff)
parent95a4edb8de285ea0af65315945659f4e3026dbba (diff)
Merge branch 'master' of github.com:Ultimaker/Cura
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 9296c4ce4e..470d5c966f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,6 +19,7 @@ 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 "${CURA_PACKAGES_VERSION}" CACHE STRING "Packages version 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)