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
We compile SPIRV-Headers project and SPIRV-Tools project together in a single Visual Studio solution. Code of those are on external, open source repository. Sometimes we are witnesses of a random build break during SPIRV-Headers installation. We want to skip the installation process not only to avoid this issue, but also because we do not need it. I have added new CMake option SPIRV_HEADERS_SKIP_INSTALL to avoid installing SPIRV-Headers: KhronosGroup/SPIRV-Headers#131. However, recently SPIRV-Headers library has become an INTERFACE library. In the same time SPIRV-Tools sets property FOLDER quite often. This combination is not allowed by CMake. I have proposed another change to fix this conflict between libraries: KhronosGroup/SPIRV-Headers#132. But we do not need to compile SPIRV-Headers library at all. We just need to include its headers. So, finally I have decided to comment out instruction add_subdirectory for SPIRV-Headers.
0 commit comments