File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ corrade/2020.06
4
4
cpp-httplib/0.14.3
5
5
docopt.cpp/0.6.3
6
6
fast-cpp-csv-parser/cci.20211104
7
- json-schema-validator/2.2 .0
7
+ json-schema-validator/2.3 .0
8
8
libmaxminddb/1.8.0
9
- nlohmann_json/3.11.2
9
+ nlohmann_json/3.11.3
10
10
openssl/1.1.1w
11
11
opentelemetry-proto/1.0.0
12
12
pcapplusplus/23.09
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ message(STATUS "visor-core")
4
4
set_directory_properties (PROPERTIES CORRADE_USE_PEDANTIC_FLAGS ON )
5
5
6
6
#generate cpp code from opentelemetry-proto
7
+ if (NOT CMAKE_CROSSCOMPILING )
8
+ # Workaround due to changes in protobuf conan receipt
9
+ set (PROTOC_PROGRAM ${CONAN_BIN_DIRS_PROTOBUF} /protoc )
10
+ endif ()
7
11
find_package (Protobuf REQUIRED )
8
12
set (OTELCPP_PROTO_PATH ${CONAN_OPENTELEMETRY-PROTO_ROOT}/res )
9
13
set (BUILD_SHARED_LIBS FALSE )
You can’t perform that action at this time.
0 commit comments