CMake: disable WITH_USD with blender_lite configurations

This commit is contained in:
Campbell Barton 2020-05-25 14:53:54 +10:00
parent 0d0df683d9
commit f274b8c102
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ set(WITH_OPENVDB OFF CACHE BOOL "" FORCE)
set(WITH_QUADRIFLOW OFF CACHE BOOL "" FORCE)
set(WITH_SDL OFF CACHE BOOL "" FORCE)
set(WITH_TBB OFF CACHE BOOL "" FORCE)
set(WITH_USD OFF CACHE BOOL "" FORCE)
if(UNIX AND NOT APPLE)
set(WITH_GHOST_XDND OFF CACHE BOOL "" FORCE)