[Bf-blender-cvs] [d4979f1] master: Remove exception for file which no longer exists

Sergey Sharybin noreply at git.blender.org
Tue Apr 12 11:56:28 CEST 2016


Commit: d4979f1d6643ce26807af69dc9939f26de01b974
Author: Sergey Sharybin
Date:   Tue Apr 12 11:55:24 2016 +0200
Branches: master
https://developer.blender.org/rBd4979f1d6643ce26807af69dc9939f26de01b974

Remove exception for file which no longer exists

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

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 ab40515..5345f68 100644
--- a/build_files/cmake/cmake_consistency_check_config.py
+++ b/build_files/cmake/cmake_consistency_check_config.py
@@ -66,7 +66,6 @@ IGNORE = (
     "extern/carve/include/carve/external/boost/random.hpp",
     "extern/carve/patches/files/config.h",
     "extern/carve/patches/files/random.hpp",
-    "extern/cuew/auto/stdlib.h",
     )
 
 UTF8_CHECK = True




More information about the Bf-blender-cvs mailing list