From e03b9f555c177161ac3ed66e2f6071d479a563f7 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Tue, 1 Mar 2022 17:45:13 -0500 Subject: Cmake: Re-enable Amaranth add-on This add-on now conforms to the distribution requirements, see: T95442. --- source/creator/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/creator/CMakeLists.txt') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 01f3e6f52c6..d17afad0918 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -379,9 +379,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) -- cgit v1.2.3