diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 5717a52..02fc70b 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -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) diff --git a/external/streaming_protocol/CMakeLists.txt b/external/streaming_protocol/CMakeLists.txt index 5844f35..824ab14 100644 --- a/external/streaming_protocol/CMakeLists.txt +++ b/external/streaming_protocol/CMakeLists.txt @@ -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 )