You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPIR-V] Link to SPIRV-Tools via CMake when pkgconfig is missing (#7865)
pkgconfig is usually not available on Windows, so try to use normal
CMake modules to locate the binaries for SPIRV-Tools.
The patch doesn't change the existing behavior when the pkgconfig is
available, only when it is missing.
The CMake path is available only with this patch that has already been
accepted upstream:
KhronosGroup/SPIRV-Tools#5034
0 commit comments