We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789fa5b commit 2aa5e00Copy full SHA for 2aa5e00
1 file changed
cmake/gamemath.cmake
@@ -3,7 +3,7 @@ set(GM_ENABLE_TESTS OFF CACHE BOOL "Disable GameMath tests" FORCE)
3
4
FetchContent_Declare(
5
gamemath
6
- GIT_REPOSITORY https://github.com/TheAssemblyArmada/GameMath.git
+ GIT_REPOSITORY https://github.com/TheSuperHackers/GameMath.git
7
GIT_TAG master
8
)
9
0 commit comments