Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-04-10 09:43:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-10 09:43:34 +0400
commit7aed432fc80191d75309fdaa7b43e4e75ed64eda (patch)
tree6ccc8e1f90aab77f5bb5ffbcabaa4043aaa728ad /extern
parent4d469265dd8993724bb251dff0e5cd48a7fcb592 (diff)
eltopo cloth solver couldnt be enabled from cmake, also dont use globbing.
Diffstat (limited to 'extern')
-rw-r--r--extern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index c146d6dba83..3990d132757 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -31,7 +31,7 @@ if(WITH_BULLET)
add_subdirectory(bullet2)
endif()
-if(WITH_ELTOPO)
+if(WITH_MOD_CLOTH_ELTOPO)
add_subdirectory(eltopo)
endif()