[Bf-blender-cvs] [5cd08e373b5] master: CMake: exclude '.github' from addons in the install target

Campbell Barton noreply at git.blender.org
Thu Sep 15 01:49:07 CEST 2022


Commit: 5cd08e373b5b37223222ae6a68cfe970839e7800
Author: Campbell Barton
Date:   Thu Sep 15 09:47:06 2022 +1000
Branches: master
https://developer.blender.org/rB5cd08e373b5b37223222ae6a68cfe970839e7800

CMake: exclude '.github' from addons in the install target

This file is only used for the github mirror
and doesn't need to be installed.

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

M	source/creator/CMakeLists.txt

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

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index eee64b97e82..050bc8ee608 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -410,6 +410,7 @@ if(WITH_PYTHON)
     DESTINATION ${TARGETDIR_VER}
     PATTERN ".git" EXCLUDE
     PATTERN ".gitignore" EXCLUDE
+    PATTERN ".github" EXCLUDE
     PATTERN ".arcconfig" EXCLUDE
     PATTERN "__pycache__" EXCLUDE
     PATTERN "${ADDON_EXCLUDE_CONDITIONAL}" EXCLUDE



More information about the Bf-blender-cvs mailing list