Skip to content

Commit c67730c

Browse files
add git tags to external.cmake file for spirv and glslang
1 parent 58a29ac commit c67730c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

externals.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ FetchContent_Declare(
7272
FetchContent_Declare(
7373
spirv_cross_core
7474
GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-Cross.git
75-
GIT_TAG vulkan-sdk-1.4.309.0
75+
GIT_TAG main
7676
GIT_SHALLOW TRUE
7777
FIND_PACKAGE_ARGS )
7878

@@ -87,13 +87,15 @@ FetchContent_Declare(
8787
glslang
8888
GIT_REPOSITORY https://github.com/KhronosGroup/glslang.git
8989
GIT_SHALLOW TRUE
90+
GIT_TAG main-tot
9091
FIND_PACKAGE_ARGS
9192
)
9293

9394
FetchContent_Declare(
9495
SPIRV-Tools
9596
GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-Tools.git
9697
GIT_SHALLOW TRUE
98+
GIT_TAG main
9799
FIND_PACKAGE_ARGS
98100
)
99101

0 commit comments

Comments
 (0)