File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ find_package(pugixml REQUIRED)
134134find_package (RapidJSON REQUIRED)
135135find_package (Boost COMPONENTS program_options filesystem nowide REQUIRED)
136136find_package (libzip REQUIRED)
137+ #find_package(SPIRV-Tools REQUIRED)
138+ #find_package(SPIRV-Tools-opt REQUIRED)
137139find_package (glslang REQUIRED)
138140find_package (ZLIB REQUIRED)
139141find_package (zstd MODULE REQUIRED) # MODULE so that zstd::zstd is available
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ set_property(TARGET CemuCafe PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CON
549549
550550target_include_directories (CemuCafe PUBLIC "../" )
551551
552- if (glslang_VERSION VERSION_LESS "15.0.0" )
552+ if (glslang_VERSION VERSION_LESS "15.0.0" OR glslang_VERSION VERSION_GREATER_EQUAL "15.0.3" )
553553 set (glslang_target "glslang::SPIRV" )
554554else ()
555555 set (glslang_target "glslang" )
You can’t perform that action at this time.
0 commit comments