Skip to content

Commit 75a74c1

Browse files
committed
Updates GameMath version used.
GameMath has been updated to make use of CPU instructions in some functions.
1 parent ad16c1f commit 75a74c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ if(USE_SDL2)
573573
endif()
574574

575575
if(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)
578578
endif()
579579

0 commit comments

Comments
 (0)