Skip to content

Commit 4ce04a7

Browse files
authored
Update validson to version 1.0.3 (#1935)
1 parent 02604b7 commit 4ce04a7

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

builder/install/70-valijson.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ mkdir cmake-build && cd cmake-build
99
cmake \
1010
-DCMAKE_BUILD_TYPE=Release \
1111
-DCMAKE_INSTALL_PREFIX=/usr/local \
12-
-Dvalijson_INSTALL_HEADERS=ON \
1312
-Dvalijson_BUILD_TESTS=OFF \
1413
..
1514
cmake --build . --target install ${NPROCS:+-j ${NPROCS}}

builder/install/versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export PROTOBUF_VERSION=v28.3
1010
export TBB_VERSION=2022.0.0
1111
export CIVETWEB_VERSION=v1.16
1212
export ABSEIL_VERSION=20240722.0
13-
export VALIJSON_VERSION=0.6
13+
export VALIJSON_VERSION=1.0.3
1414
export RE2_VERSION=2024-07-02
1515
export GPERFTOOLS_VERSION=2.16
1616
export UTHASH_VERSION=v1.9.8

builder/third_party/valijson

Submodule valijson updated 685 files

0 commit comments

Comments
 (0)