Skip to content

Commit

Permalink
Downgrade CMake minimum version to 3.22 (#563)
Browse files Browse the repository at this point in the history
This is the one that Ubuntu 22.04 LTS has at the moment.

Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed Apr 19, 2024
1 parent bb3ae5f commit f9a51fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.24)
cmake_minimum_required(VERSION 3.22)
project(jsontoolkit VERSION 1.0.0 LANGUAGES CXX
DESCRIPTION "The swiss-army knife for JSON programming in C++"
HOMEPAGE_URL "https://jsontoolkit.sourcemeta.com")
Expand Down

0 comments on commit f9a51fd

Please sign in to comment.