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:
Juan Ramos 2023-11-28 12:00:59 -07:00 committed by arcady-lunarg
parent 40394bf5c6
commit a3069e1df4
2 changed files with 1 additions and 2 deletions

View file

@ -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)