From 0d0af7fe98480894c505d74b3e8a766a8752ff7b Mon Sep 17 00:00:00 2001 From: Bram Veenboer <bram.veenboer@gmail.com> Date: Tue, 27 Feb 2024 11:47:40 +0100 Subject: [PATCH] Use master branch of PMT --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a05b5b..e65e8b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,6 @@ if(${BUILD_WITH_PMT}) FetchContent_Declare( pmt GIT_REPOSITORY https://git.astron.nl/RD/pmt - GIT_TAG update-cmake GIT_SUBMODULES "powersensor3" ) FetchContent_MakeAvailable(pmt) -- GitLab