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-10-28 17:32:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-28 17:33:44 +0300
commit312075e6883986fe2d1861811c7255b8898ab2cc (patch)
tree78e19f58559cef4f5da81ff8a95439b16f7fc510 /extern
parent74c9a4769ebe028560f071254a010858eef57fa8 (diff)
CMake: add missing headers, use space before comments
Diffstat (limited to 'extern')
-rw-r--r--extern/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt
index 0d9010b15ea..1952e418cfb 100644
--- a/extern/CMakeLists.txt
+++ b/extern/CMakeLists.txt
@@ -46,9 +46,9 @@ if(WITH_DRACO)
endif()
# now only available in a branch
-#if(WITH_MOD_CLOTH_ELTOPO)
-# add_subdirectory(eltopo)
-#endif()
+# if(WITH_MOD_CLOTH_ELTOPO)
+# add_subdirectory(eltopo)
+# endif()
if(WITH_BINRELOC)
add_subdirectory(binreloc)