Skip to content

Commit

Permalink
[cmake] Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmNotHanni committed Jul 14, 2024
1 parent 3072bd4 commit cd02a1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,18 @@ FetchContent_Declare(toml

FetchContent_Declare(vma
GIT_REPOSITORY https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
GIT_TAG v3.0.1
GIT_TAG v3.1.0
GIT_PROGRESS ON
FIND_PACKAGE_ARGS 3.0.1)
FIND_PACKAGE_ARGS 3.1.0)

FetchContent_Declare(volk
GIT_REPOSITORY https://github.com/zeux/volk
GIT_TAG 1.3.215
GIT_TAG 1.3.270
GIT_PROGRESS ON
FIND_PACKAGE_ARGS 1.3.215)
FIND_PACKAGE_ARGS 1.3.270)

FetchContent_Declare(Vulkan
GIT_REPOSITORY https://github.com/KhronosGroup/Vulkan-Headers
GIT_TAG v1.3.283
GIT_TAG v1.3.270
GIT_PROGRESS ON
FIND_PACKAGE_ARGS 1.3.283)
FIND_PACKAGE_ARGS 1.3.270)

0 comments on commit cd02a1a

Please sign in to comment.