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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-11-27 13:52:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-27 13:52:20 +0400
commita7555a81c7a120477fe1b771e336cf8e38bb415d (patch)
treeda897a9b4fff1107ba18e5f246e4aa6e00a14146 /extern/CMakeLists.txt
parent7c36100930ad3461b1f41667b14ccee01d37d302 (diff)
remove unmaintained eltopo, keeping scons/cmake entries, but commenting out user visible config to make branch merging less of a hassle.
Diffstat (limited to 'extern/CMakeLists.txt')
-rw-r--r--extern/CMakeLists.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 151df493062..2640c528c94 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -32,9 +32,10 @@ if(WITH_BULLET)
add_subdirectory(bullet2)
endif()
-if(WITH_MOD_CLOTH_ELTOPO)
- add_subdirectory(eltopo)
-endif()
+# now only available in a branch
+#if(WITH_MOD_CLOTH_ELTOPO)
+# add_subdirectory(eltopo)
+#endif()
if(WITH_BINRELOC)
add_subdirectory(binreloc)