externals: Trim down glslang build

* When the install option is turned on, glslang will override the install dir which causes SDL2 to fail
This commit is contained in:
GPUCode
2022-09-23 22:21:38 +03:00
parent 34a0571dc3
commit 62d561c004

View File

@ -58,6 +58,10 @@ endif()
add_subdirectory(glad)
# glslang
set(SKIP_GLSLANG_INSTALL ON)
set(ENABLE_GLSLANG_BINARIES OFF)
set(ENABLE_SPVREMAPPER OFF)
set(ENABLE_CTEST OFF)
add_subdirectory(glslang)
# glm