From 91de337dc5704d6a74a7aed76e2487187e559e8d Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 28 Feb 2022 23:45:59 -0500 Subject: Cmake: Re-enable tissue add-on This add-on now conforms to the distribution requirements, see: T95442. --- source/creator/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'source/creator/CMakeLists.txt') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 0297fe63365..22903cfae64 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -393,7 +393,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 - PATTERN "addons/mesh_tissue" EXCLUDE ) unset(ADDON_EXCLUDE_CONDITIONAL) -- cgit v1.2.3