Skip to content

Commit 72a518b

Browse files
committed
Raise the minimum required version of CMake to match DeviutionX
1 parent 912dad6 commit 72a518b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.0)
1+
cmake_minimum_required(VERSION 3.22)
22
project(zt)
33
find_package(Threads)
44

0 commit comments

Comments
 (0)