From 89bf5d8ba98f4236f97777d14d3a6029f0471e42 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Tue, 1 Mar 2022 11:56:42 -0500 Subject: Cmake: Re-enable tiny cad add-on This add-on now conforms to the distribution requirements, see: T95442. --- source/creator/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3