We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b620da6 commit be04651Copy full SHA for be04651
ThirdParty/CMakeLists.txt
@@ -71,8 +71,7 @@ if (VULKAN_SUPPORTED OR METAL_SUPPORTED OR WEBGPU_SUPPORTED OR (ARCHIVER_SUPPORT
71
if (NOT ${DILIGENT_NO_GLSLANG} AND (NOT TARGET glslang))
72
set(ENABLE_GLSLANG_BINARIES OFF CACHE BOOL "Do not build glslang binaries")
73
set(ENABLE_SPVREMAPPER OFF CACHE BOOL "Do not build SPIRV remapper")
74
- set(SKIP_GLSLANG_INSTALL ON CACHE BOOL "Skip glslang installation")
75
- set(ENABLE_CTEST OFF CACHE BOOL "Disable testing")
+ set(ENABLE_EXCEPTIONS ON CACHE BOOL "Enable exceptions")
76
if (PLATFORM_WEB)
77
# Optimization has to be disabled on Web, see build instructions on https://github.com/KhronosGroup/glslang
78
set(ENABLE_OPT OFF)
0 commit comments