Updated Referenced openDAQ version
This commit is contained in:
4
external/openDAQ/CMakeLists.txt
vendored
4
external/openDAQ/CMakeLists.txt
vendored
@@ -3,10 +3,10 @@ set(OPENDAQ_ENABLE_TESTS false)
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
openDAQ
|
openDAQ
|
||||||
GIT_REPOSITORY https://github.com/openDAQ/openDAQ.git
|
GIT_REPOSITORY https://github.com/openDAQ/openDAQ.git
|
||||||
GIT_TAG v3.20.1
|
GIT_TAG v3.20.2
|
||||||
GIT_PROGRESS ON
|
GIT_PROGRESS ON
|
||||||
SYSTEM
|
SYSTEM
|
||||||
FIND_PACKAGE_ARGS 3.20.1 GLOBAL
|
FIND_PACKAGE_ARGS 3.20.2 GLOBAL
|
||||||
)
|
)
|
||||||
|
|
||||||
FetchContent_MakeAvailable(openDAQ)
|
FetchContent_MakeAvailable(openDAQ)
|
||||||
|
|||||||
Reference in New Issue
Block a user