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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2022-03-01 19:56:42 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-03-01 19:57:13 +0300
commit89bf5d8ba98f4236f97777d14d3a6029f0471e42 (patch)
tree2239aa835e367962830342b172c0c87bd7a426aa
parentf98d74c80de7b1cae1e5a963f33c51c49f478ba1 (diff)
Cmake: Re-enable tiny cad add-on
This add-on now conforms to the distribution requirements, see: T95442.
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 042e49c402b..01f3e6f52c6 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -382,7 +382,6 @@ if(WITH_PYTHON)
# Disable add-ons that don't conform to distribution requirements, see: T95442.
PATTERN "addons/amaranth" EXCLUDE
- PATTERN "addons/mesh_tiny_cad" EXCLUDE
)
unset(ADDON_EXCLUDE_CONDITIONAL)