Skip to content

Commit 07fc8f2

Browse files
author
Pavel Siska
committed
Telemetry: Update version to v1.3.1 and build library as static since shared variant is no longer needed
Static variant no longer cause ODR errors
1 parent 4e7d87c commit 07fc8f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external/telemetry.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - telemetry::telemetry (C++ library for telemetry data collection)
66
# - telemetry::appFs (C++ library that expose telemetry data as a Fuse filesystem)
77

8-
set(TELEMETRY_BUILD_SHARED ON)
8+
set(TELEMETRY_BUILD_SHARED OFF)
99
set(TELEMETRY_INSTALL_TARGETS OFF)
1010
set(TELEMETRY_PACKAGE_BUILDER OFF)
1111
set(TELEMETRY_ENABLE_TESTS OFF)
@@ -17,7 +17,7 @@ set(GIT_REPO https://github.com/CESNET/telemetry.git)
1717
FetchContent_Declare(
1818
telemetry
1919
GIT_REPOSITORY ${GIT_REPO}
20-
GIT_TAG v1.2.0
20+
GIT_TAG v1.3.1
2121
)
2222

2323
# Make sure that subproject accepts predefined build options without warnings.

0 commit comments

Comments
 (0)