From b83f48105f4b00935ca70ba04c5b14960793f6ac Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 22 Jul 2024 15:42:01 +0200 Subject: [PATCH] cmake fixtypo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f83775aa5..6ef0ec0ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ # 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 (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 +# TODO use CMAKE_COMPILE_WARNING_AS_ERROR when Ubuntu 24.04.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