Archived
1
Fork 0

Fix CI build

Now I just picked a latest commit tag from SPIR-V cross and glslang
This commit is contained in:
Joshua Goins 2022-02-21 09:54:57 -05:00
parent 96207d814c
commit 482baf2624

View file

@ -18,14 +18,14 @@ FetchContent_Declare(
FetchContent_Declare( FetchContent_Declare(
spirv-cross spirv-cross
GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-Cross.git GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-Cross.git
GIT_TAG 0e2880ab990e79ce6cc8c79c219feda42d98b1e8 GIT_TAG 188dc8b13c29f8547c8fb52182111c9ada741a70
GIT_SHALLOW ON GIT_SHALLOW ON
) )
FetchContent_Declare( FetchContent_Declare(
glslang glslang
GIT_REPOSITORY https://github.com/KhronosGroup/glslang.git 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 GIT_SHALLOW ON
) )