Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-02-23 04:30:59 +0300
committerCampbell Barton <campbell@blender.org>2022-02-23 04:31:46 +0300
commitc6df7266c718555cde5a729dae1c6023ef2b3530 (patch)
treee9ac4b3cf1ede4c04b853f465a7570f2e77e9ed3 /GNUmakefile
parente1c33698e6919f569c30774a1c83d8c464d59d7e (diff)
CMake: move cmake_consistency_check.py into source/tools/ repo
This isn't needed for building Blender so move this along side other source checking scripts.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a410662647e..575f3e904df 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -489,7 +489,7 @@ check_pep8: .FORCE
check_cmake: .FORCE
@PYTHONIOENCODING=utf_8 $(PYTHON) \
- build_files/cmake/cmake_consistency_check.py
+ source/tools/check_source/check_cmake_consistency.py
# -----------------------------------------------------------------------------