Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ FetchContent_Declare(CMakeExtensions
EXCLUDE_FROM_ALL)
FetchContent_Declare(glslang
GIT_REPOSITORY https://github.com/BabylonJS/glslang.git
GIT_TAG 6388a301b23edf0ae6a9342d46efa9cb21f05d9b
GIT_TAG 39a80699a315cb7f66c4ab3180edd4e2910fab28
EXCLUDE_FROM_ALL)
FetchContent_Declare(googletest
URL "https://github.com/google/googletest/archive/refs/tags/v1.17.0.tar.gz"
Expand Down
Loading