cmake: Remove SPIRV-Tools workaround
As of KhronosGroup/SPIRV-Tools/pull/5482 SPIRV-Tools builds cleanly for Android/iOS by default
This commit is contained in:
parent
40394bf5c6
commit
a3069e1df4
2 changed files with 1 additions and 2 deletions
|
|
@ -69,7 +69,6 @@ endif()
|
|||
# Furthermore testing is equally problematic.
|
||||
if (IOS OR ANDROID)
|
||||
set(ENABLE_GLSLANG_BINARIES OFF)
|
||||
set(SPIRV_SKIP_EXECUTABLES ON)
|
||||
|
||||
set(ENABLE_CTEST OFF)
|
||||
set(BUILD_TESTING OFF)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue