Give up and pull glslang from master
This commit is contained in:
parent
7cc9ea06a8
commit
e6c227ca6b
1 changed files with 1 additions and 1 deletions
2
extern/CMakeLists.txt
vendored
2
extern/CMakeLists.txt
vendored
|
@ -25,7 +25,7 @@ FetchContent_Declare(
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
glslang
|
glslang
|
||||||
GIT_REPOSITORY https://github.com/KhronosGroup/glslang.git
|
GIT_REPOSITORY https://github.com/KhronosGroup/glslang.git
|
||||||
GIT_TAG 538231d8b46c22474a558671f89f80b25fcec72d
|
GIT_TAG master
|
||||||
GIT_SHALLOW ON
|
GIT_SHALLOW ON
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Reference in a new issue