From 143fac254ecf5843478f0b10c33ec04d48df7117 Mon Sep 17 00:00:00 2001 From: TellowKrinkle Date: Sat, 25 Oct 2025 01:03:37 -0500 Subject: CMake: Allow both glslang 15 and 16 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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. -- cgit v1.2.3