blob: f567b6e164280c5decc0b4aaf0391f7d45bfd44a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt
index 9e9d8b1..b31b800 100644
--- a/third_party/CMakeLists.txt
+++ b/third_party/CMakeLists.txt
@@ -92,7 +92,7 @@ if (NOT TARGET glslang)
# Glslang tests are off by default. Turn them on if testing Shaderc.
set(GLSLANG_TESTS ON)
endif()
- set(GLSLANG_ENABLE_INSTALL $<NOT:${SKIP_GLSLANG_INSTALL}>)
+ #set(GLSLANG_ENABLE_INSTALL $<NOT:${SKIP_GLSLANG_INSTALL}>)
set(ENABLE_HLSL "${SHADERC_ENABLE_HLSL}")
add_subdirectory(${SHADERC_GLSLANG_DIR} glslang)
endif()
|