From 530cc8dd17adf45568680bf2ba8c7c330dad08f0 Mon Sep 17 00:00:00 2001 From: Bart Trojanowski Date: Fri, 3 Apr 2026 10:08:23 -0400 Subject: [PATCH] Update fmt dependency branch from master to main https://github.com/buildingcpp/work_contract/issues/5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d4050cd..8526456 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,7 @@ include("${_scripts_src_path}/cmake/fetch_dependencies.cmake") fetch_dependency("https://github.com/buildingcpp/include.git;main") if (WORK_CONTRACT_BUILD_BENCHMARK) - fetch_dependency("https://github.com/fmtlib/fmt.git;master") + fetch_dependency("https://github.com/fmtlib/fmt.git;main") fetch_dependency("https://github.com/cameron314/concurrentqueue.git;master") #fetch_dependency("https://github.com/boostorg/lockfree.git;master") fetch_dependency("https://github.com/erez-strauss/lockfree_mpmc_queue.git;master")