From 31052581d3d487f0812dd666d578111b54ab0062 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 30 Sep 2023 21:54:12 +1000 Subject: [PATCH] CMake: Fix Mac build --- dep/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index 30b954b58..6b4473f9d 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -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()