Cmake: Re-enable tiny cad add-on

This add-on now conforms to the distribution requirements, see: T95442.
This commit is contained in:
Aaron Carlisle 2022-03-01 11:58:19 -05:00
parent 952a613d38
commit f085c2bab5
1 changed files with 0 additions and 1 deletions

View File

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