cmake: allow building on Ubuntu 22.04 (#2275)

I've tested this on my 22.04 laptop and it worked perfectly - I'd be willing to guess this number can go even lower, but I don't have a 20.04 system to test CMake 3.16 currently.
This commit is contained in:
cobalt2727 2023-01-20 08:21:07 -05:00 committed by GitHub
parent 6a0b2c8c82
commit bbbfe2c9a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 23,
"minor": 22,
"patch": 0
},
"configurePresets": [