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>2019-11-25 06:52:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-25 06:52:44 +0300
commitb2d940250c73e055a2eb82f51ac7d2e352623995 (patch)
tree9f04d83126c29940c25115629c11d453b3147d6c /extern
parent00ca7a03da4f6e757aa9f3254523f4945ae6d5c9 (diff)
Cleanup: remove unused CMake WITH_MOD_CLOTH_ELTOPO option
Diffstat (limited to 'extern')
-rw-r--r--extern/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 1952e418cfb..b985a39106b 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -45,11 +45,6 @@ if(WITH_DRACO)
add_subdirectory(draco)
endif()
-# now only available in a branch
-# if(WITH_MOD_CLOTH_ELTOPO)
-# add_subdirectory(eltopo)
-# endif()
-
if(WITH_BINRELOC)
add_subdirectory(binreloc)
endif()