From 49661c89c7e21073f0c29caaadaf20ac3733dbba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nick=20=C3=98stergaard?= Date: Sat, 17 Feb 2018 00:16:34 +0100 Subject: [PATCH] Specify NONE language for cmake Cmake will by default check for C and C++ compilers, we do not compile anything for the libs. We disable the expected language for cmake. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 05758be..20105ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -project( kicad-templates ) +project( kicad-templates NONE ) cmake_minimum_required( VERSION 2.6.1 FATAL_ERROR )