Skip to content

Commit 7f0deaf

Browse files
authored
Merge pull request #1 from aljazfrancic/fix
Target openDAQ v3.19.0-rc to fix chrono issues
2 parents d9804dd + 2c120f8 commit 7f0deaf

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)