Skip to content

Commit

Permalink
Updated glslang commit to get fix for linux (#1330)
Browse files Browse the repository at this point in the history
Updated glslang version to get fixes for Linux when using latest GCC.
  • Loading branch information
SergioRZMasson authored Nov 27, 2023
1 parent 95240a5 commit 5865dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FetchContent_Declare(base-n
GIT_TAG 7573e77c0b9b0e8a5fb63d96dbde212c921993b4)
FetchContent_Declare(glslang
GIT_REPOSITORY https://github.com/BabylonJS/glslang.git
GIT_TAG 81f27a4399562459191e0506c0c1c353d99ba6e4)
GIT_TAG 6388a301b23edf0ae6a9342d46efa9cb21f05d9b)
FetchContent_Declare(SPIRV-Cross
GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-Cross.git
GIT_TAG 54997fb4bc3adeb47b9b9f7bb67f1c25eaca2204)
Expand Down

0 comments on commit 5865dc3

Please sign in to comment.