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. --- pkg/config/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/config') diff --git a/pkg/config/CMakeLists.txt b/pkg/config/CMakeLists.txt index 1d553db..efbd2bf 100644 --- a/pkg/config/CMakeLists.txt +++ b/pkg/config/CMakeLists.txt @@ -1,7 +1,8 @@ cmake_minimum_required(VERSION 3.10) # set the project name -project(dnbd3-config) +project(dnbd3-config + LANGUAGES C) # define all configuration files set(DNBD3_CONFIG_FILES ${CMAKE_CURRENT_SOURCE_DIR}/alt-servers -- cgit v1.2.3-55-g7522