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()