Skip to content

Commit b084b75

Browse files
committed
Fix: update deps, git shallow and progress for fetchcontent
1 parent 3630c53 commit b084b75

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

plugins/Renderer/Vulkan/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ FetchContent_Declare(
1111
GIT_REPOSITORY "https://github.com/KhronosGroup/Vulkan-Headers.git"
1212
GIT_TAG ${VULKAN_VERSION}
1313
GIT_SHALLOW TRUE
14+
GIT_PROGRESS TRUE
1415
)
1516
FetchContent_MakeAvailable(VulkanHeaders)
1617

@@ -19,6 +20,7 @@ FetchContent_Declare(
1920
GIT_REPOSITORY "https://github.com/KhronosGroup/Vulkan-Loader.git"
2021
GIT_TAG ${VULKAN_VERSION}
2122
GIT_SHALLOW TRUE
23+
GIT_PROGRESS TRUE
2224
)
2325
FetchContent_MakeAvailable(VulkanLoader)
2426

plugins/Window/GLFW/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ set(GLFW_BUILD_WAYLAND OFF)
1919

2020
FetchContent_Declare(
2121
glfw
22-
GIT_REPOSITORY https://github.com/glfw/glfw.git
22+
GIT_REPOSITORY "https://github.com/glfw/glfw.git"
2323
GIT_TAG 3.4
24+
GIT_SHALLOW TRUE
2425
GIT_PROGRESS TRUE
2526
)
2627
FetchContent_MakeAvailable(glfw)

third-party/stb

0 commit comments

Comments
 (0)