skip building moto if its not needed.
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
add_subdirectory(string)
|
||||
add_subdirectory(ghost)
|
||||
add_subdirectory(guardedalloc)
|
||||
add_subdirectory(moto)
|
||||
add_subdirectory(memutil)
|
||||
add_subdirectory(opencolorio)
|
||||
add_subdirectory(opennl)
|
||||
@@ -62,6 +61,10 @@ if(WITH_IK_ITASC)
|
||||
add_subdirectory(itasc)
|
||||
endif()
|
||||
|
||||
if(WITH_IK_SOLVER OR WITH_GAMEENGINE)
|
||||
add_subdirectory(moto)
|
||||
endif()
|
||||
|
||||
if(WITH_CYCLES)
|
||||
add_subdirectory(cycles)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user