From 26a57c7971c888cc51c9a072f034aabd240313e0 Mon Sep 17 00:00:00 2001 From: raphaelcoeffic <1050031+raphaelcoeffic@users.noreply.github.com> Date: Thu, 26 Oct 2023 18:07:48 +0200 Subject: [PATCH] chores(cpn): use new maxLibQt HEAD --- cmake/FetchMaxLibQt.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FetchMaxLibQt.cmake b/cmake/FetchMaxLibQt.cmake index 289d97bad2f..2bbe1ec5516 100644 --- a/cmake/FetchMaxLibQt.cmake +++ b/cmake/FetchMaxLibQt.cmake @@ -5,7 +5,7 @@ include(FetchContent) FetchContent_Declare( maxLibQt GIT_REPOSITORY https://github.com/edgetx/maxLibQt - GIT_TAG f99a8ce2024a63b7fadcdfad962601a769d938fc # PR#3 + GIT_TAG b5418f76cc4891e09f4e21276175d39dbb130f66 ) FetchContent_MakeAvailable(maxLibQt)