Skip to content

Commit 36d9dbc

Browse files
committed
Bump cmake minimum version to 3.10 to avoid errors on cmake > 4.0
Although it is possible to build with older cmake releases, more recent versions have a annoying policy of rejecting CMakeLists.txt that set the minimum version to older releases.
1 parent 8cab0dc commit 36d9dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Define minimal required version of CMake.
2-
cmake_minimum_required(VERSION 3.0.0)
2+
cmake_minimum_required(VERSION 3.10.0)
33

44
option(DISABLE_WATCHDOG "Disable watchdog module to aid debugging" OFF)
55

0 commit comments

Comments
 (0)