Fix CI build
Now I just picked a latest commit tag from SPIR-V cross and glslang
This commit is contained in:
parent
96207d814c
commit
482baf2624
1 changed files with 2 additions and 2 deletions
4
extern/CMakeLists.txt
vendored
4
extern/CMakeLists.txt
vendored
|
@ -18,14 +18,14 @@ FetchContent_Declare(
|
|||
FetchContent_Declare(
|
||||
spirv-cross
|
||||
GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-Cross.git
|
||||
GIT_TAG 0e2880ab990e79ce6cc8c79c219feda42d98b1e8
|
||||
GIT_TAG 188dc8b13c29f8547c8fb52182111c9ada741a70
|
||||
GIT_SHALLOW ON
|
||||
)
|
||||
|
||||
FetchContent_Declare(
|
||||
glslang
|
||||
GIT_REPOSITORY https://github.com/KhronosGroup/glslang.git
|
||||
GIT_TAG df609a01b386001e367709086c58529c48028d1e # taken from https://github.com/KhronosGroup/SPIRV-Cross/blob/2021-01-15/checkout_glslang_spirv_tools.sh#L3
|
||||
GIT_TAG d15deba1d8c7da7336945a80eccbf875ae884648
|
||||
GIT_SHALLOW ON
|
||||
)
|
||||
|
||||
|
|
Reference in a new issue