Cleanup: remove WITH_RAYOPTIMIZATION

This is redundant as WITH_CPU_SSE adds these flags
when they're supported.
This commit is contained in:
Campbell Barton
2019-11-20 14:52:24 +11:00
parent 858bd1d4d0
commit 9d8af29267
5 changed files with 0 additions and 9 deletions

View File

@@ -52,7 +52,6 @@ set(WITH_OPENMP OFF CACHE BOOL "" FORCE)
set(WITH_OPENSUBDIV OFF CACHE BOOL "" FORCE)
set(WITH_OPENVDB OFF CACHE BOOL "" FORCE)
set(WITH_QUADRIFLOW OFF CACHE BOOL "" FORCE)
set(WITH_RAYOPTIMIZATION OFF CACHE BOOL "" FORCE)
set(WITH_SDL OFF CACHE BOOL "" FORCE)
set(WITH_TBB OFF CACHE BOOL "" FORCE)
set(WITH_X11_XINPUT OFF CACHE BOOL "" FORCE)