Skip to content

Commit

Permalink
Bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed May 23, 2024
1 parent 5fd7476 commit 76ab54f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ if(PROJECT_IS_TOP_LEVEL OR NOT LANGULUS)
include(LangulusUtilities.cmake)

# Add Langulus::Core/Logger/RTTI libraries
fetch_langulus_module(Core GIT_TAG 7709663d1ccd6f1f2f9361d1279a4fa5fc1e5deb)
fetch_langulus_module(Logger GIT_TAG 153b61a2f381411e5c5b776553a10d1342bef94b)
fetch_langulus_module(RTTI GIT_TAG 6982a5f8548c3a08575475ad7a7b43674436d4fa)
fetch_langulus_module(Core GIT_TAG 828bd2400b3f58069cdde28d8b189ed915069ad6)
fetch_langulus_module(Logger GIT_TAG a4fb95beb9ba95ca7d4b4b69cb0de9448bce7862)
fetch_langulus_module(RTTI GIT_TAG a6cc1d97a067c5a2014d258805165465ee311050)
endif()

# Configure SIMDe library
Expand Down

0 comments on commit 76ab54f

Please sign in to comment.