Skip to content

Commit

Permalink
Upgrade glslang version (fixes KhronosGroup/glslang#3665)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanDiegoMontoya committed Jul 31, 2024
1 parent 5c2830a commit 61ee2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ option(ENABLE_OPT "" OFF)
FetchContent_Declare(
glslang
GIT_REPOSITORY https://github.com/KhronosGroup/glslang.git
GIT_TAG 14.3.0
GIT_TAG 592aed9c206c283cac98f7a86e5cc237dadb2638
#SYSTEM
)

Expand Down

0 comments on commit 61ee2c8

Please sign in to comment.