Archived
1
Fork 0

Fix broken git tags for glslang and nlohmann

This commit is contained in:
Joshua Goins 2023-02-11 13:14:50 -05:00
parent fdd37ab92d
commit eceaf16b30

View file

@ -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)