chore: replace external repo links with @username attribution

This commit is contained in:
Affaan Mustafa
2026-03-03 12:32:35 -08:00
parent cd129edef0
commit 32e9c293f0
24 changed files with 42 additions and 36 deletions

View File

@@ -160,7 +160,7 @@ include(FetchContent)
set(GTEST_VERSION v1.17.0) # プロジェクトポリシーに合わせて調整します。
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/refs/tags/${GTEST_VERSION}.zip
URL Google Test framework (official repository) https://github.com/google/googletest/archive/refs/tags/${GTEST_VERSION}.zip
)
FetchContent_MakeAvailable(googletest)