Skip to content

Commit a45c644

Browse files
committed
Update external cmake
1 parent 7f0deaf commit a45c644

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

external/openDAQ/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ set(OPENDAQ_ENABLE_TESTS false)
33
FetchContent_Declare(
44
openDAQ
55
GIT_REPOSITORY https://github.com/openDAQ/openDAQ.git
6-
GIT_TAG v3.19.0-rc
6+
GIT_TAG v3.20.1
77
GIT_PROGRESS ON
8+
SYSTEM
9+
FIND_PACKAGE_ARGS 3.20.1 GLOBAL
810
)
911

1012
FetchContent_MakeAvailable(openDAQ)

0 commit comments

Comments
 (0)