From 4c1bb7226de385eba85ff0c5efb8a52b8b14a200 Mon Sep 17 00:00:00 2001 From: Jeremy Borgman Date: Wed, 21 May 2025 18:32:19 -0500 Subject: [PATCH] Move Qt Color Widget to latest --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ee9ca1d4..0454015f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ include(FetchContent) FetchContent_Declare( qtColorWidgets GIT_REPOSITORY https://gitlab.com/mattbas/Qt-Color-Widgets.git - GIT_TAG v2.2.0 + GIT_TAG 352bc8f99bf2174d5724ee70623427aa31ddc26a ) FetchContent_MakeAvailable(qtColorWidgets)