Closed Zenitur closed 1 year ago
Looks like the master
branch in https://github.com/KhronosGroup/SPIRV-Headers was renamed to main
.
You should be able to fix this by adding GIT_TAG main
to https://github.com/doe300/VC4C/blob/master/cmake/spirv-headers.cmake#L8, e.g. so that the line looks something like this:
FetchContent_Declare(SPIRV-Headers GIT_REPOSITORY https://github.com/KhronosGroup/SPIRV-Headers.git GIT_TAG main)
Yeah, that was a fix.