cmake: do not build glslang SPVRemapper

This commit is contained in:
scribam 2019-05-31 20:09:01 +02:00 committed by Ivan
parent d9d7634f8b
commit 141d78344a

View File

@ -1,4 +1,5 @@
set(SKIP_GLSLANG_INSTALL ON CACHE BOOL "Skip installation" FORCE) set(SKIP_GLSLANG_INSTALL ON CACHE BOOL "Skip installation" FORCE)
set(ENABLE_SPVREMAPPER OFF CACHE BOOL "Enables building of SPVRemapper" FORCE)
set(ENABLE_GLSLANG_BINARIES OFF CACHE BOOL "Builds glslangValidator and spirv-remap" FORCE) set(ENABLE_GLSLANG_BINARIES OFF CACHE BOOL "Builds glslangValidator and spirv-remap" FORCE)
set(ENABLE_OPT OFF CACHE BOOL "Enables spirv-opt capability if present" FORCE) set(ENABLE_OPT OFF CACHE BOOL "Enables spirv-opt capability if present" FORCE)
set(ENABLE_HLSL OFF CACHE BOOL "Enables HLSL input support" FORCE) set(ENABLE_HLSL OFF CACHE BOOL "Enables HLSL input support" FORCE)