Skip to content

Commit 2c120f8

Browse files
committed
#include <chrono> and target v3.19.0-rc due to chrono issues
1 parent d9804dd commit 2c120f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

example_module/src/example_channel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <coreobjects/callable_info_factory.h>
66
#include <opendaq/data_rule_factory.h>
77
#include <coreobjects/unit_factory.h>
8+
#include <chrono>
89

910
BEGIN_NAMESPACE_EXAMPLE_MODULE
1011

external/openDAQ/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ set(OPENDAQ_ENABLE_TESTS false)
33
FetchContent_Declare(
44
openDAQ
55
GIT_REPOSITORY https://github.com/openDAQ/openDAQ.git
6-
GIT_TAG v3.10.2
6+
GIT_TAG v3.19.0-rc
77
GIT_PROGRESS ON
8-
SYSTEM
9-
FIND_PACKAGE_ARGS 3.10.2 GLOBAL
108
)
119

1210
FetchContent_MakeAvailable(openDAQ)

0 commit comments

Comments
 (0)