Skip to content

Commit 1f65d63

Browse files
authored
Merge pull request #711 from orb-community/develop
Release 4.5.0
2 parents 8e7c8b6 + 53ca911 commit 1f65d63

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

conanfile.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ corrade/2020.06
44
cpp-httplib/0.14.3
55
docopt.cpp/0.6.3
66
fast-cpp-csv-parser/cci.20211104
7-
json-schema-validator/2.2.0
7+
json-schema-validator/2.3.0
88
libmaxminddb/1.8.0
9-
nlohmann_json/3.11.2
9+
nlohmann_json/3.11.3
1010
openssl/1.1.1w
1111
opentelemetry-proto/1.0.0
1212
pcapplusplus/23.09

src/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ message(STATUS "visor-core")
44
set_directory_properties(PROPERTIES CORRADE_USE_PEDANTIC_FLAGS ON)
55

66
#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()
711
find_package(Protobuf REQUIRED)
812
set(OTELCPP_PROTO_PATH ${CONAN_OPENTELEMETRY-PROTO_ROOT}/res)
913
set(BUILD_SHARED_LIBS FALSE)

0 commit comments

Comments
 (0)