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:
authorThomas Karl Pietrowski <thopiekar@googlemail.com>2016-09-01 16:57:44 +0300
committerGitHub <noreply@github.com>2016-09-01 16:57:44 +0300
commit1699cd741fc26b587d9e8701497f2624009e5ef7 (patch)
tree7d352314575760c9641ecc9f176b6332d6f52a9b /CMakeLists.txt
parent85fc6809941bfbc86fb1c2057397f64a35339035 (diff)
CMake: Skip looking for C/C++ compiler
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 40fac2ca2f..e7658edc5a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
-project(cura)
+project(cura NONE)
cmake_minimum_required(VERSION 2.8.12)
include(GNUInstallDirs)