CMake: Fix Mac build
This commit is contained in:
parent
8822698eaf
commit
31052581d3
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue