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
Similar to what was discussed in #224 (comment). Thing is currently it seems to be impossible to support both static and shared? And Arch only has shared for instance.
According to commit KhronosGroup/SPIRV-Tools@6aed7ff
SPIRV-Tools should be built primarily as a static lib but could be also built as shared lib depending on flag BUILD_SHARED_LIBS. In both cases, it should create target ${SPIRV_TOOLS} which should be an alias to a suitable target (static or shared).
The flag SPIRV_TOOLS_BUILD_STATIC in its default state (ON) should produce an appropriate alias target. According to commit KhronosGroup/SPIRV-Tools@7403dfa
I do not know why for proper working the flag SPIRV_TOOLS_BUILD_STATIC must be set to OFF. It probably is related, as you mentioned earlier, to the issue KhronosGroup/SPIRV-Tools#3909
Regressed by 7e6b78d + acfa99b. Related to KhronosGroup/SPIRV-Tools#3909
-DSPIRV_TOOLS_BUILD_STATIC=OFF package content diff
The text was updated successfully, but these errors were encountered: