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 6df3e17 commit ad9804aCopy full SHA for ad9804a
src/Cafe/CMakeLists.txt
@@ -549,7 +549,7 @@ set_property(TARGET CemuCafe PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CON
549
550
target_include_directories(CemuCafe PUBLIC "../")
551
552
-if (glslang_VERSION VERSION_LESS "15.0.0")
+if (glslang_VERSION VERSION_LESS "15.0.0" OR glslang_VERSION VERSION_GREATER_EQUAL "15.0.3")
553
set(glslang_target "glslang::SPIRV")
554
else()
555
set(glslang_target "glslang")
0 commit comments