From b9914a3713d12b893117ff6eddb8bdd168ced220 Mon Sep 17 00:00:00 2001 From: Jan Comans Date: Fri, 13 Mar 2026 17:57:11 +0100 Subject: [PATCH] Use the main branch of the lefticus/tools repo --- Dependencies.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dependencies.cmake b/Dependencies.cmake index 821366ac..76dc8063 100644 --- a/Dependencies.cmake +++ b/Dependencies.cmake @@ -37,7 +37,7 @@ function(myproject_setup_dependencies) endif() if(NOT TARGET tools::tools) - cpmaddpackage("gh:lefticus/tools#update_build_system") + cpmaddpackage("gh:lefticus/tools#main") endif() endfunction()