From c82fd26a2ed1724850cac20323c0a707a10acc4c Mon Sep 17 00:00:00 2001 From: Jaka Mohorko Date: Mon, 7 Jul 2025 10:35:00 +0200 Subject: [PATCH] Update openDAQ version --- external/openDAQ/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/external/openDAQ/CMakeLists.txt b/external/openDAQ/CMakeLists.txt index d50be4f..85ee031 100644 --- a/external/openDAQ/CMakeLists.txt +++ b/external/openDAQ/CMakeLists.txt @@ -3,10 +3,10 @@ set(OPENDAQ_ENABLE_TESTS false) FetchContent_Declare( openDAQ GIT_REPOSITORY https://github.com/openDAQ/openDAQ.git - GIT_TAG origin/main + GIT_TAG v3.20.1 GIT_PROGRESS ON - SYSTEM - FIND_PACKAGE_ARGS 3.11.0 GLOBAL + SYSTEM + FIND_PACKAGE_ARGS 3.20.1 GLOBAL ) FetchContent_MakeAvailable(openDAQ)