From 9b2d1b1e090e8130c332a29329fd7d6df0a02deb Mon Sep 17 00:00:00 2001 From: "Daniele E. Domenichelli" Date: Tue, 24 Sep 2013 09:27:39 +0200 Subject: Skip cmake checks for C and C++ compilers --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d9a1405b..49e90b03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.8.11 FATAL_ERROR) -project(extra-cmake-modules) +project(extra-cmake-modules NONE) set(ECM_MAJOR_VERSION 0) set(ECM_MINOR_VERSION 0) -- cgit v1.2.1