[Bf-blender-cvs] [4fae162] master: CMake: ignore header

Campbell Barton noreply at git.blender.org
Tue Apr 12 10:48:06 CEST 2016


Commit: 4fae162bcebf251c8221fe73274a34c26aaa525c
Author: Campbell Barton
Date:   Tue Apr 12 18:44:54 2016 +1000
Branches: master
https://developer.blender.org/rB4fae162bcebf251c8221fe73274a34c26aaa525c

CMake: ignore header

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

M	build_files/cmake/cmake_consistency_check_config.py
M	extern/cuew/CMakeLists.txt

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

diff --git a/build_files/cmake/cmake_consistency_check_config.py b/build_files/cmake/cmake_consistency_check_config.py
index 5345f68..ab40515 100644
--- a/build_files/cmake/cmake_consistency_check_config.py
+++ b/build_files/cmake/cmake_consistency_check_config.py
@@ -66,6 +66,7 @@ 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
diff --git a/extern/cuew/CMakeLists.txt b/extern/cuew/CMakeLists.txt
index 9ba390b..3054650 100644
--- a/extern/cuew/CMakeLists.txt
+++ b/extern/cuew/CMakeLists.txt
@@ -36,6 +36,9 @@ set(SRC
 	src/cuew.c
 
 	include/cuew.h
+
+	# Only used for updating the CUDA wrangler, intentionally omit:
+	# auto/stdlib.h
 )
 
 blender_add_lib(extern_cuew "${SRC}" "${INC}" "${INC_SYS}")




More information about the Bf-blender-cvs mailing list