Skip to content

Commit c82fd26

Browse files
committed
Update openDAQ version
1 parent 60daee2 commit c82fd26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

external/openDAQ/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ set(OPENDAQ_ENABLE_TESTS false)
33
FetchContent_Declare(
44
openDAQ
55
GIT_REPOSITORY https://github.com/openDAQ/openDAQ.git
6-
GIT_TAG origin/main
6+
GIT_TAG v3.20.1
77
GIT_PROGRESS ON
8-
SYSTEM
9-
FIND_PACKAGE_ARGS 3.11.0 GLOBAL
8+
SYSTEM
9+
FIND_PACKAGE_ARGS 3.20.1 GLOBAL
1010
)
1111

1212
FetchContent_MakeAvailable(openDAQ)

0 commit comments

Comments
 (0)