From a7cce81e764d6e2c9aeae8b330bf9435484fc89b Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm Date: Tue, 7 May 2024 11:54:32 +0200 Subject: [PATCH] CMakeLists: add language hint to project definition --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b5ed1d..21ae33f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) -project(eismultiplexer) +project(eismultiplexer C) find_package(PkgConfig REQUIRED) find_package(Doxygen)