From 1699cd741fc26b587d9e8701497f2624009e5ef7 Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Thu, 1 Sep 2016 15:57:44 +0200 Subject: [PATCH] CMake: Skip looking for C/C++ compiler --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)