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 7f0deaf commit a45c644Copy full SHA for a45c644
external/openDAQ/CMakeLists.txt
@@ -3,8 +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.19.0-rc
+ GIT_TAG v3.20.1
7
GIT_PROGRESS ON
8
+ SYSTEM
9
+ FIND_PACKAGE_ARGS 3.20.1 GLOBAL
10
)
11
12
FetchContent_MakeAvailable(openDAQ)
0 commit comments