From 06978dee89c3470eda3328e8e60ae5e334c93d2f Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 21 Feb 2017 22:31:16 +0100 Subject: [PATCH] CMake: remove check for C++ compiler We don't have any C++ sources. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cf428e5..93317af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,6 @@ include(CheckIncludeFile) include(CheckTypeSize) include(TestBigEndian) include(CheckCSourceCompiles) -include(CheckCXXSourceCompiles) include(CheckCSourceRuns) enable_testing()