From c8ca7fa58fd7e1b86abe58dbf13d12207c22d17a Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 11 Sep 2022 15:08:16 +0100 Subject: [PATCH] Set language to C --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b88747..adf190c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.0.0) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") -project(aptdec) +project(aptdec C) include(GNUInstallDirs)