From 6096e5b0125ca8076f3ca3581c811b295cac0e6e Mon Sep 17 00:00:00 2001 From: Aliaksandr Adziareika <8034372+alexadereyko@users.noreply.github.com> Date: Wed, 18 Mar 2026 15:37:28 +0100 Subject: [PATCH 1/2] Update opendaq-cmake-utils version to v1.0.1 --- cmake/CMakeLists.txt | 6 +++--- opendaq_ref | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 5717a52..9a35aa9 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -7,8 +7,8 @@ message(STATUS "Import functions and macro from opendaq-cmake-utils repo") include(FetchContent) FetchContent_Declare( opendaq-cmake-utils - GIT_REPOSITORY https://github.com/openDAQ/opendaq-cmake-utils.git - GIT_TAG v1.0.0 - GIT_PROGRESS ON + GIT_REPOSITORY https://github.com/openDAQ/opendaq-cmake-utils.git + GIT_TAG v1.0.1 + GIT_PROGRESS ON ) FetchContent_MakeAvailable(opendaq-cmake-utils) diff --git a/opendaq_ref b/opendaq_ref index 88d050b..8b1398c 100644 --- a/opendaq_ref +++ b/opendaq_ref @@ -1 +1 @@ -main \ No newline at end of file +jira/TBBAS-3072-fix-modern-cmake-mode From 84c60bc3a9398be8deb9641c9441d39717eefeb9 Mon Sep 17 00:00:00 2001 From: Aliaksandr Adziareika <8034372+alexadereyko@users.noreply.github.com> Date: Fri, 20 Mar 2026 07:50:40 +0100 Subject: [PATCH 2/2] Set opendaq ref to main Keep opendaq_ref pointing to main until the target-based CMake enforcement fix is merged into openDAQ --- opendaq_ref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaq_ref b/opendaq_ref index 8b1398c..88d050b 100644 --- a/opendaq_ref +++ b/opendaq_ref @@ -1 +1 @@ -jira/TBBAS-3072-fix-modern-cmake-mode +main \ No newline at end of file