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 467880e commit 5fb3c3bCopy full SHA for 5fb3c3b
external/openDAQ/CMakeLists.txt
@@ -3,10 +3,10 @@ set(OPENDAQ_ENABLE_TESTS false)
3
FetchContent_Declare(
4
openDAQ
5
GIT_REPOSITORY https://github.com/openDAQ/openDAQ.git
6
- GIT_TAG v3.20.1
+ GIT_TAG v3.20.2
7
GIT_PROGRESS ON
8
SYSTEM
9
- FIND_PACKAGE_ARGS 3.20.1 GLOBAL
+ FIND_PACKAGE_ARGS 3.20.2 GLOBAL
10
)
11
12
FetchContent_MakeAvailable(openDAQ)
0 commit comments