Skip to content

Commit ff38b6d

Browse files
committed
Fix minimum required version
1 parent 6e7fa25 commit ff38b6d

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
@@ -4,7 +4,7 @@
44
#
55

66
# CMake version
7-
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
7+
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
88

99
#
1010
# Configure CMake environment

0 commit comments

Comments
 (0)