Skip to content

Commit 4f169c7

Browse files
committed
Set minimum cmake version to be 3.22 to support Ubuntu 22.04
1 parent 9f82c7e commit 4f169c7

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

33
# Set the project name and version
44
project(gtwrap VERSION 1.0)

0 commit comments

Comments
 (0)