From bbccf2bfa0643dc6d0aaa6407e506a441083356a Mon Sep 17 00:00:00 2001 From: Nicolas Bouillot Date: Tue, 7 Apr 2026 18:08:16 -0400 Subject: [PATCH] use fmt main branch instead of now missing master branch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74cee56b..edfa12ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ FetchContent_Declare( GIT_SHALLOW TRUE GIT_REPOSITORY https://github.com/fmtlib/fmt GIT_PROGRESS TRUE - GIT_TAG master + GIT_TAG main EXCLUDE_FROM_ALL )