mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-14 10:48:28 +12:00
build: Fix glslang dependency for Fedora 42 (#1622)
This commit is contained in:
parent
6c392d5a22
commit
35ecfa3f54
2 changed files with 5 additions and 1 deletions
|
@ -552,7 +552,7 @@ target_include_directories(CemuCafe PUBLIC "../")
|
|||
if (glslang_VERSION VERSION_LESS "15.0.0")
|
||||
set(glslang_target "glslang::SPIRV")
|
||||
else()
|
||||
set(glslang_target "glslang")
|
||||
set(glslang_target "glslang::glslang")
|
||||
endif()
|
||||
|
||||
target_link_libraries(CemuCafe PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue