From 4a2d7538e57e8e8778e05100df1aa7c6123cfe71 Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 22 Jul 2024 15:40:34 +0200 Subject: [PATCH] cmake added/updated todo tasks --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4132c316..f83775aa5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,8 @@ # Maximum version allowed for the minimum version is 3.22 because of Ubuntu 22.04 LTS so # currently can't use the target_sources(FILE_SET) 😔 # Minimum version must always correspond to the version that is in the latest Ubuntu LTS -# TODO use LINKER_TYPE target property when min. version will be CMake v3.29 silverqx +# TODO use LINKER_TYPE target property when min. version will be CMake v3.29 (Noble has 3.28.3 😭) silverqx +# TODO use CMAKE_COMPILE_WARNING_AS_ERROR when Ubuntu 24.0.1 will be out, in increases minimum version to CMake v3.24 silverqx cmake_minimum_required(VERSION 3.22...3.30 FATAL_ERROR) list(APPEND CMAKE_MODULE_PATH