File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,12 @@ cp LICENSE "${LICENSE_DIR}/jsoncpp-${JSONCPP_REVISION}"
8
8
9
9
mkdir cmake-build
10
10
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
+ ..
12
19
cmake --build . --target install ${NPROCS: +-j ${NPROCS} }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export B64_VERSION=1.2.1
4
4
export CARES_VERSION=1.34.2
5
5
export GOOGLETEST_REVISION=release-1.10.0
6
6
export GRPC_REVISION=v1.67.0
7
- export JSONCPP_REVISION=0.10.7
7
+ export JSONCPP_REVISION=1.9.6
8
8
export PROMETHEUS_CPP_REVISION=v1.2.4
9
9
export PROTOBUF_VERSION=v28.3
10
10
export TBB_VERSION=2018_U5
You can’t perform that action at this time.
0 commit comments