Update Readme and CMakeLists for new git repo path

This commit is contained in:
Alex Selimov 2025-08-25 20:51:12 -04:00
parent 746face829
commit cad74747bf
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
2 changed files with 34 additions and 11 deletions

View file

@ -25,7 +25,7 @@ set(CMAKE_CUDA_USE_RESPONSE_FILE_FOR_OBJECTS 0)
# Add Vec3 as a dependency
include(FetchContent)
FetchContent_Declare(Vec3
GIT_REPOSITORY https://www.alexselimov.com/git/aselimov/Vec3.git
GIT_REPOSITORY https://forge.alexselimov.com/aselimov/Vec3.git
)
FetchContent_GetProperties(Vec3)