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>2011-05-02 07:44:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-02 07:44:02 +0400
commit07ee0dcc74042779511528975c2ae7956abf7478 (patch)
tree09fd0af2a6c39cfa813193867a8ff1948a85ecac /extern/CMakeLists.txt
parent4548063f971179f56847a4a2588ee18dfc56acc4 (diff)
build system changes to eltopo, re-applied.
Diffstat (limited to 'extern/CMakeLists.txt')
-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()