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-02 01:45:13 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-03-02 01:45:45 +0300
commite03b9f555c177161ac3ed66e2f6071d479a563f7 (patch)
tree1ff3f524c6fcf12e22d3fff3b5c12420e42d6eea /source/creator
parent10405b15ecc3f79e9279ac2eb1f711f4bb1c1cc5 (diff)
Cmake: Re-enable Amaranth add-on
This add-on now conforms to the distribution requirements, see: T95442.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 01f3e6f52c6..d17afad0918 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -379,9 +379,6 @@ if(WITH_PYTHON)
PATTERN "__pycache__" EXCLUDE
PATTERN "${ADDON_EXCLUDE_CONDITIONAL}" EXCLUDE
PATTERN "${FREESTYLE_EXCLUDE_CONDITIONAL}" EXCLUDE
-
- # Disable add-ons that don't conform to distribution requirements, see: T95442.
- PATTERN "addons/amaranth" EXCLUDE
)
unset(ADDON_EXCLUDE_CONDITIONAL)