Skip to content

Commit a885a5c

Browse files
committed
Lower the CMake version requirement
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 53baec0 commit a885a5c

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.24)
1+
cmake_minimum_required(VERSION 3.16)
22
project(jsonbinpack VERSION 0.0.1 LANGUAGES CXX
33
DESCRIPTION "\
44
A space-efficient open-source binary JSON serialization \

0 commit comments

Comments
 (0)