Skip to content

Commit 6014f4e

Browse files
authored
Update jsoncpp to 1.9.6 (#1924)
1 parent ae5e123 commit 6014f4e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

builder/install/60-jsoncpp.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@ cp LICENSE "${LICENSE_DIR}/jsoncpp-${JSONCPP_REVISION}"
88

99
mkdir cmake-build
1010
cd cmake-build
11-
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-fPIC ..
11+
cmake -DCMAKE_INSTALL_PREFIX=/usr/local \
12+
-DCMAKE_BUILD_TYPE=Release \
13+
-DCMAKE_CXX_FLAGS=-fPIC \
14+
-DJSONCPP_WITH_TESTS=OFF \
15+
-DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF \
16+
-DBUILD_SHARED_LIBS=OFF \
17+
-DBUILD_OBJECT_LIBS=OFF \
18+
..
1219
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
@@ -4,7 +4,7 @@ export B64_VERSION=1.2.1
44
export CARES_VERSION=1.34.2
55
export GOOGLETEST_REVISION=release-1.10.0
66
export GRPC_REVISION=v1.67.0
7-
export JSONCPP_REVISION=0.10.7
7+
export JSONCPP_REVISION=1.9.6
88
export PROMETHEUS_CPP_REVISION=v1.2.4
99
export PROTOBUF_VERSION=v28.3
1010
export TBB_VERSION=2018_U5

builder/third_party/jsoncpp

Submodule jsoncpp updated 234 files

0 commit comments

Comments
 (0)