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:56:42 -05:00
parent f98d74c80d
commit 89bf5d8ba9
1 changed files with 0 additions and 1 deletions

View File

@ -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)