summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2017-02-21 22:31:16 +0100
committerChristian Beier <dontmind@freeshell.org>2017-02-21 22:31:16 +0100
commit06978dee89c3470eda3328e8e60ae5e334c93d2f (patch)
tree7cb17b89a9caf08cfb0a987e05674e55a87d15a0 /CMakeLists.txt
parent3500b11077bac14b7b0a5a01435138517bc3d74c (diff)
downloadlibtdevnc-06978dee89c3470eda3328e8e60ae5e334c93d2f.tar.gz
libtdevnc-06978dee89c3470eda3328e8e60ae5e334c93d2f.zip
CMake: remove check for C++ compiler
We don't have any C++ sources.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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()