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>2017-04-05 14:29:25 +0300
committerJaime van Kessel <nallath@gmail.com>2017-04-05 14:29:25 +0300
commitae95f41a3e1281bbb70d69ded519fb6824169d2f (patch)
treed36284d36126b9f0b50ebe0b9291374d920d7554 /CMakeLists.txt
parent1278b09b014c8136c688c54629984684e5ea69e5 (diff)
Removed include of cpack from cmake lists
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7b165d4a7c..bdcd8f44c2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -67,5 +67,3 @@ else()
install(FILES ${CMAKE_BINARY_DIR}/CuraVersion.py
DESTINATION lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura)
endif()
-
-include(CPackConfig.cmake)