This commit is contained in:
Colin Kinloch 2025-12-06 20:09:55 +01:00 committed by GitHub
commit 4114ead0ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -614,7 +614,7 @@ set_property(TARGET CemuCafe PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CON
target_include_directories(CemuCafe PUBLIC "../")
if (glslang_VERSION VERSION_LESS "15.0.0")
if (glslang_VERSION VERSION_LESS "15.0.0" OR glslang_VERSION VERSION_GREATER_EQUAL "15.3.0")
set(glslang_target "glslang::SPIRV")
else()
set(glslang_target "glslang::glslang")