We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02604b7 commit 4ce04a7Copy full SHA for 4ce04a7
builder/install/70-valijson.sh
@@ -9,7 +9,6 @@ mkdir cmake-build && cd cmake-build
9
cmake \
10
-DCMAKE_BUILD_TYPE=Release \
11
-DCMAKE_INSTALL_PREFIX=/usr/local \
12
- -Dvalijson_INSTALL_HEADERS=ON \
13
-Dvalijson_BUILD_TESTS=OFF \
14
..
15
cmake --build . --target install ${NPROCS:+-j ${NPROCS}}
builder/install/versions.sh
@@ -10,7 +10,7 @@ export PROTOBUF_VERSION=v28.3
export TBB_VERSION=2022.0.0
export CIVETWEB_VERSION=v1.16
export ABSEIL_VERSION=20240722.0
-export VALIJSON_VERSION=0.6
+export VALIJSON_VERSION=1.0.3
export RE2_VERSION=2024-07-02
export GPERFTOOLS_VERSION=2.16
16
export UTHASH_VERSION=v1.9.8
builder/third_party/valijson
0 commit comments