Cmake: Re-enable Amaranth add-on

This add-on now conforms to the distribution requirements, see: T95442.
This commit is contained in:
Aaron Carlisle 2022-03-01 17:45:13 -05:00
parent 9bd586a01e
commit a75e9863fe
1 changed files with 0 additions and 3 deletions

View File

@ -389,9 +389,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)