CMake: Fix Mac build

This commit is contained in:
Stenzek 2023-09-30 21:54:12 +10:00
parent 8822698eaf
commit 31052581d3
1 changed files with 1 additions and 1 deletions

View File

@ -69,5 +69,5 @@ endif()
if(APPLE)
add_subdirectory(spirv-cross EXCLUDE_FROM_ALL)
disable_compiler_warnings_for_target(spriv-cross)
disable_compiler_warnings_for_target(spirv-cross)
endif()