Skip to content

Commit 8c3038f

Browse files
committed
Update CMake version to 3.5...3.30
This should retain compatibility with earlier version of CMake and suppress the deprecation warning for quite some time.
1 parent f1f532a commit 8c3038f

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 3.5)
1+
cmake_minimum_required(VERSION 3.5...3.30)
22

33
# Policy configuration; this *MUST* be specified before project is defined
44
if(POLICY CMP0091)

0 commit comments

Comments
 (0)