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:
authorawhiemstra <a.hiemstra@ultimaker.com>2016-09-27 16:53:33 +0300
committerGitHub <noreply@github.com>2016-09-27 16:53:33 +0300
commit7408f31738434217455db842070a9d607b464cb2 (patch)
treefaacb7fe1a717ad0438c57e77110c783f5e94c8b /CMakeLists.txt
parentfefa111b5aabb5f9951776d12b167996e6781fdf (diff)
Change install location to UM3NetworkPrinting
Contributes to CURA-2342
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c551e7f707..8e9db68ddf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-project(JediWifiPrintingPlugin NONE)
+project(UM3NetworkPrinting NONE)
cmake_minimum_required(VERSION 2.8.12)
install(FILES
@@ -10,5 +10,5 @@ install(FILES
UM3InfoComponents.qml
LICENSE
README.md
- DESTINATION lib/cura/plugins/JediWifiPrintingPlugin
+ DESTINATION lib/cura/plugins/UM3NetworkPrinting
)