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()