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.
2 parents d9804dd + 2c120f8 commit 7f0deafCopy full SHA for 7f0deaf
example_module/src/example_channel.cpp
@@ -5,6 +5,7 @@
5
#include <coreobjects/callable_info_factory.h>
6
#include <opendaq/data_rule_factory.h>
7
#include <coreobjects/unit_factory.h>
8
+#include <chrono>
9
10
BEGIN_NAMESPACE_EXAMPLE_MODULE
11
external/openDAQ/CMakeLists.txt
@@ -3,10 +3,8 @@ set(OPENDAQ_ENABLE_TESTS false)
3
FetchContent_Declare(
4
openDAQ
GIT_REPOSITORY https://github.com/openDAQ/openDAQ.git
- GIT_TAG v3.10.2
+ GIT_TAG v3.19.0-rc
GIT_PROGRESS ON
- SYSTEM
- FIND_PACKAGE_ARGS 3.10.2 GLOBAL
)
12
FetchContent_MakeAvailable(openDAQ)
0 commit comments