Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(FetchContent)
FetchContent_Declare(
opendaq-cmake-utils
GIT_REPOSITORY https://github.com/openDAQ/opendaq-cmake-utils.git
GIT_TAG v1.0.0
GIT_TAG v1.0.1
GIT_PROGRESS ON
)
FetchContent_MakeAvailable(opendaq-cmake-utils)
2 changes: 1 addition & 1 deletion external/streaming_protocol/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ opendaq_dependency(
NAME streaming_protocol
REQUIRED_VERSION 1.2.8
GIT_REPOSITORY https://github.com/openDAQ/streaming-protocol-lt.git
GIT_REF v1.2.8-dev
GIT_REF v1.2.8
EXPECT_TARGET daq::streaming_protocol
)
Loading