Skip to content

Commit

Permalink
[CMake] improve comment about CMake limit
Browse files Browse the repository at this point in the history
  • Loading branch information
donovaly authored and chennes committed Jan 25, 2023
1 parent 8c36e83 commit 3ff301c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3ff301c

Please sign in to comment.