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/fuse/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fuse') diff --git a/src/fuse/CMakeLists.txt b/src/fuse/CMakeLists.txt index 4944a87..e0b6e43 100644 --- a/src/fuse/CMakeLists.txt +++ b/src/fuse/CMakeLists.txt @@ -1,7 +1,8 @@ cmake_minimum_required(VERSION 3.10) # set the project name -project(dnbd3-fuse) +project(dnbd3-fuse + LANGUAGES C) # add compile option to enable enhanced POSIX pthread features add_definitions(-D_GNU_SOURCE) -- cgit v1.2.3-55-g7522