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
Running cmake with the SHADERC_SKIP_INSTALL option will break cmake:
...
**CMake Error: install(EXPORT "glslang-targets" ...) includes target "SPIRV" which requires target "SPIRV-Tools-opt" that is not in any export set.**
-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.
Running cmake with the
SHADERC_SKIP_INSTALL
option will break cmake:I think the issue is https://github.com/google/shaderc/blob/main/third_party/CMakeLists.txt#L90:
I don't believe that "$<NOT" generator expression works during cmake's configure time, only at cmake's generation time.
The text was updated successfully, but these errors were encountered: