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