eltopo cloth solver couldnt be enabled from cmake, also dont use globbing.
This commit is contained in:
@@ -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)
|
||||
|
2
extern/CMakeLists.txt
vendored
2
extern/CMakeLists.txt
vendored
@@ -31,7 +31,7 @@ if(WITH_BULLET)
|
||||
add_subdirectory(bullet2)
|
||||
endif()
|
||||
|
||||
if(WITH_ELTOPO)
|
||||
if(WITH_MOD_CLOTH_ELTOPO)
|
||||
add_subdirectory(eltopo)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user