diff --git a/external/openDAQ/CMakeLists.txt b/external/openDAQ/CMakeLists.txt index d50be4f..3f2f810 100644 --- a/external/openDAQ/CMakeLists.txt +++ b/external/openDAQ/CMakeLists.txt @@ -3,10 +3,8 @@ set(OPENDAQ_ENABLE_TESTS false) FetchContent_Declare( openDAQ GIT_REPOSITORY https://github.com/openDAQ/openDAQ.git - GIT_TAG origin/main + GIT_TAG v3.19.0-rc GIT_PROGRESS ON - SYSTEM - FIND_PACKAGE_ARGS 3.11.0 GLOBAL ) FetchContent_MakeAvailable(openDAQ)