summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTellowKrinkle <tellowkrinkle@gmail.com>2025-10-25 01:03:37 -0500
committerTellowKrinkle <tellowkrinkle@gmail.com>2025-11-08 02:32:47 -0600
commit143fac254ecf5843478f0b10c33ec04d48df7117 (patch)
tree0646f26562adff10855ae3e80f82563fe62de043 /CMakeLists.txt
parent5af9bd5e4630c671e8a7c71a598d803af028f195 (diff)
CMake: Allow both glslang 15 and 16
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 77ceff3bda..da1a9eec10 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -646,7 +646,7 @@ dolphin_find_optional_system_library_pkgconfig(FMT
add_subdirectory(Externals/imgui)
add_subdirectory(Externals/implot)
-dolphin_find_optional_system_library(glslang Externals/glslang 15.0)
+dolphin_find_optional_system_library(glslang Externals/glslang DOLPHIN_TRY_VERSIONS 15 16)
# SPIRV-Cross is used on Windows for GLSL to HLSL conversion for the Direct3D 11 and Direct3D 12
# video backends, and on Apple devices for the Metal video backend.