[Bf-blender-cvs] [89bf5d8ba98] master: Cmake: Re-enable tiny cad add-on

Aaron Carlisle noreply at git.blender.org
Tue Mar 1 17:57:18 CET 2022


Commit: 89bf5d8ba98f4236f97777d14d3a6029f0471e42
Author: Aaron Carlisle
Date:   Tue Mar 1 11:56:42 2022 -0500
Branches: master
https://developer.blender.org/rB89bf5d8ba98f4236f97777d14d3a6029f0471e42

Cmake: Re-enable tiny cad add-on

This add-on now conforms to the distribution requirements, see: T95442.

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

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)



More information about the Bf-blender-cvs mailing list