From 98b67a5e4178fd1db61f148057c260a162ebac18 Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 11 Apr 2024 20:08:28 +0200 Subject: [PATCH] cmake updated comment --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fad4f43f0..bda4ad86c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,7 @@ # 3.22 - because is used CMP0127: cmake_dependent_option() supports full Condition Syntax # 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 cmake_minimum_required(VERSION 3.22...3.29 FATAL_ERROR)