[Bf-blender-cvs] [41e0a5b5ed3] master: CMake: update config for checking utility

Campbell Barton noreply at git.blender.org
Thu Jul 15 09:59:27 CEST 2021


Commit: 41e0a5b5ed373793ff95ed0d7662d87080b944d0
Author: Campbell Barton
Date:   Thu Jul 15 17:52:27 2021 +1000
Branches: master
https://developer.blender.org/rB41e0a5b5ed373793ff95ed0d7662d87080b944d0

CMake: update config for checking utility

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

M	build_files/cmake/cmake_consistency_check_config.py

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

diff --git a/build_files/cmake/cmake_consistency_check_config.py b/build_files/cmake/cmake_consistency_check_config.py
index 8e626f8d056..bf842466add 100644
--- a/build_files/cmake/cmake_consistency_check_config.py
+++ b/build_files/cmake/cmake_consistency_check_config.py
@@ -8,6 +8,9 @@ IGNORE_SOURCE = (
     # specific source files
     "extern/audaspace/",
 
+    # Use for `WIN32` only.
+    "source/creator/blender_launcher_win32.c",
+
     # specific source files
     "extern/bullet2/src/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp",
     "extern/bullet2/src/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.cpp",



More information about the Bf-blender-cvs mailing list