From 4fae162bcebf251c8221fe73274a34c26aaa525c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 12 Apr 2016 18:44:54 +1000 Subject: CMake: ignore header --- build_files/cmake/cmake_consistency_check_config.py | 1 + extern/cuew/CMakeLists.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/build_files/cmake/cmake_consistency_check_config.py b/build_files/cmake/cmake_consistency_check_config.py index 5345f682f58..ab405152a96 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 9ba390b3225..305465086b2 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}") -- cgit v1.2.3