We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7d87c commit 07fc8f2Copy full SHA for 07fc8f2
external/telemetry.cmake
@@ -5,7 +5,7 @@
5
# - telemetry::telemetry (C++ library for telemetry data collection)
6
# - telemetry::appFs (C++ library that expose telemetry data as a Fuse filesystem)
7
8
-set(TELEMETRY_BUILD_SHARED ON)
+set(TELEMETRY_BUILD_SHARED OFF)
9
set(TELEMETRY_INSTALL_TARGETS OFF)
10
set(TELEMETRY_PACKAGE_BUILDER OFF)
11
set(TELEMETRY_ENABLE_TESTS OFF)
@@ -17,7 +17,7 @@ set(GIT_REPO https://github.com/CESNET/telemetry.git)
17
FetchContent_Declare(
18
telemetry
19
GIT_REPOSITORY ${GIT_REPO}
20
- GIT_TAG v1.2.0
+ GIT_TAG v1.3.1
21
)
22
23
# Make sure that subproject accepts predefined build options without warnings.
0 commit comments