Fix broken git tags for glslang and nlohmann
This commit is contained in:
parent
fdd37ab92d
commit
eceaf16b30
1 changed files with 2 additions and 2 deletions
4
extern/CMakeLists.txt
vendored
4
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 master
|
GIT_TAG main
|
||||||
GIT_SHALLOW ON
|
GIT_SHALLOW ON
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ add_subdirectory(doctest)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
json
|
json
|
||||||
GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent.git
|
GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent.git
|
||||||
GIT_TAG 6aebf09233951e4ce30a63919186a70b2b195756
|
GIT_TAG v3.11.2
|
||||||
GIT_SHALLOW TRUE)
|
GIT_SHALLOW TRUE)
|
||||||
|
|
||||||
FetchContent_GetProperties(json)
|
FetchContent_GetProperties(json)
|
||||||
|
|
Reference in a new issue