From 3ff301cd10b07be6e7d38e89ddf3df37bf3bc40a Mon Sep 17 00:00:00 2001 From: Uwe Date: Wed, 25 Jan 2023 03:24:39 +0100 Subject: [PATCH] [CMake] improve comment about CMake limit --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 134c0b5a27..affcc56b83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,6 @@ -# Dec 2022 Bumped min (ubuntu 20.04: 3.16.3-1ubuntu1.20.04.1) +# As of January 2023 we require CMake 3.16.3 +# see https://forum.freecadweb.org/viewtopic.php?f=10&t=72173 +# for further info why cmake_minimum_required(VERSION 3.16.3 FATAL_ERROR) # policy CMP0072 was introduced with CMake 3.11