From 192046017af6b707d35c0d4eb99a41237499b073 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Tue, 27 Oct 2020 10:08:15 +0100 Subject: [BUILD] remove the build requirement for an unused C++ compiler This patch sets the programming languages of each CMake project to C. With this change, CMake does not search for an unused C++ compiler anymore. --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d0c61c5..1a7d583 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,8 @@ cmake_minimum_required(VERSION 3.10) # set the project name -project(dnbd3-src) +project(dnbd3-src + LANGUAGES C) add_subdirectory(bench) if(DNBD3_KERNEL_MODULE) -- cgit v1.2.3-55-g7522