Skip to content

Commit 7028964

Browse files
authored
Lower the CMake version requirement (#880)
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 53baec0 commit 7028964

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)