Remove CMake warning

This commit is contained in:
Romain Guy
2018-12-07 15:11:05 -08:00
parent 4be93cbdd6
commit 5bbdc673f2

View File

@@ -28,8 +28,6 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
if (APPLE)
set(CMAKE_MACOSX_RPATH ON)
endif (APPLE)
set(SPIRV_SKIP_EXECUTABLES ON)
set(SPIRV_SKIP_TESTS ON)
set(SKIP_SPIRV_TOOLS_INSTALL ON)
# End Filament specific changes