Update openDAQ version

This commit is contained in:
Jaka Mohorko
2025-07-07 10:35:00 +02:00
parent 60daee2a73
commit c82fd26a2e

View File

@@ -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
FIND_PACKAGE_ARGS 3.20.1 GLOBAL
)
FetchContent_MakeAvailable(openDAQ)