From b1ef786a73b8944505525c5040bef0b60733d29b Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 12 Apr 2016 08:54:34 +0200 Subject: CMake: Partially revert recent missing headers commit The header which was put to the CMake project is not by any means used during compilation, it is only used when manually updating CUDA wrangler from CUDA headers. --- extern/cuew/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'extern') diff --git a/extern/cuew/CMakeLists.txt b/extern/cuew/CMakeLists.txt index 44ff0eb61dc..9ba390b3225 100644 --- a/extern/cuew/CMakeLists.txt +++ b/extern/cuew/CMakeLists.txt @@ -36,7 +36,6 @@ set(SRC src/cuew.c include/cuew.h - auto/stdlib.h ) blender_add_lib(extern_cuew "${SRC}" "${INC}" "${INC_SYS}") -- cgit v1.2.3