Skip to content

Commit

Permalink
Downgrade cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgen committed Sep 19, 2024
1 parent 7a506c6 commit 19a71df
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,5 +1,5 @@
### Project
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.15)
project(json_struct VERSION "1.0.0" HOMEPAGE_URL "https://github.com/jorgen/json_struct" DESCRIPTION "A library for parsing JSON directly to C++ structs and vice versa." LANGUAGES CXX)
set(CPACK_PACKAGE_VENDOR "Jørgen Lind")

Expand Down

0 comments on commit 19a71df

Please sign in to comment.