File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ if(USE_GAMEMATH)
248248 FetchContent_Declare(
249249 gamemath_git
250250 GIT_REPOSITORY https://github.com/TheAssemblyArmada/GameMath.git
251- GIT_TAG f133b2cc8f85de6c2967ae77177daf0b8bbf39c0
251+ GIT_TAG 59f7ccd494f7e7c916a784ac26ef266f9f09d78d
252252 )
253253
254254 # We don't use FetchContent_MakeAvailable here because we don't want all gamemath targets including, just our dependencies.
Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ if(USE_SDL2)
573573endif ()
574574
575575if (USE_GAMEMATH)
576- list (APPEND GAME_LINK_LIBRARIES gamemath_static_lib )
576+ list (APPEND GAME_LINK_LIBRARIES gamemath::gamemath )
577577 list (APPEND GAME_COMPILE_OPTIONS -DBUILD_WITH_GAMEMATH)
578578endif ()
579579
You can’t perform that action at this time.
0 commit comments