Skip to content

Commit 12a1e08

Browse files
committed
CMakeLists: update min version to 3.10 for CMake >= 4.0 support
Update minimum version of CMake to 3.10 for CMake >= 4.0 version support. New CMake require 3.5 as the minimum version with that increased to 3.10 in the next CMake release. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
1 parent 23c1374 commit 12a1e08

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,4 +1,4 @@
1-
cmake_minimum_required (VERSION 2.8.11)
1+
cmake_minimum_required (VERSION 3.10)
22
project (upm)
33

44
# Before going any further, define build options

0 commit comments

Comments
 (0)