Archived
1
Fork 0

Give up and pull glslang from master

This commit is contained in:
Joshua Goins 2022-04-04 07:58:35 -04:00
parent 7cc9ea06a8
commit e6c227ca6b

View file

@ -25,7 +25,7 @@ FetchContent_Declare(
FetchContent_Declare(
glslang
GIT_REPOSITORY https://github.com/KhronosGroup/glslang.git
GIT_TAG 538231d8b46c22474a558671f89f80b25fcec72d
GIT_TAG master
GIT_SHALLOW ON
)