mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-12 16:22:30 +02:00
chore: replace external repo links with @username attribution
This commit is contained in:
parent
cd129edef0
commit
32e9c293f0
24 changed files with 42 additions and 36 deletions
|
|
@ -161,6 +161,7 @@ include(FetchContent)
|
|||
set(GTEST_VERSION v1.17.0) # Adjust to project policy.
|
||||
FetchContent_Declare(
|
||||
googletest
|
||||
# Google Test framework (official repository)
|
||||
URL https://github.com/google/googletest/archive/refs/tags/${GTEST_VERSION}.zip
|
||||
)
|
||||
FetchContent_MakeAvailable(googletest)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue