eltopo cloth solver couldnt be enabled from cmake, also dont use globbing.

This commit is contained in:
Campbell Barton 2011-04-10 05:43:34 +00:00
parent 4d469265dd
commit 7aed432fc8
2 changed files with 3 additions and 1 deletions

View File

@ -125,6 +125,8 @@ endif()
option(WITH_MOD_FLUID "Enable Elbeem Modifier (Fluid Simulation)" ON)
option(WITH_MOD_DECIMATE "Enable Decimate Modifier" ON)
option(WITH_MOD_BOOLEAN "Enable Boolean Modifier" ON)
option(WITH_MOD_CLOTH_ELTOPO "Enable Experemental cloth solver" ON)
mark_as_advanced(WITH_MOD_CLOTH_ELTOPO)
# Image format support
option(WITH_IMAGE_OPENEXR "Enable OpenEXR Support (http://www.openexr.com)" ON)

View File

@ -31,7 +31,7 @@ if(WITH_BULLET)
add_subdirectory(bullet2)
endif()
if(WITH_ELTOPO)
if(WITH_MOD_CLOTH_ELTOPO)
add_subdirectory(eltopo)
endif()