projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a64b36
)
CMake: Partially revert recent missing headers commit
author
Sergey Sharybin <sergey.vfx@gmail.com>
Tue, 12 Apr 2016 06:54:34 +0000
(08:54 +0200)
committer
Sergey Sharybin <sergey.vfx@gmail.com>
Tue, 12 Apr 2016 06:54:34 +0000
(08:54 +0200)
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
patch
|
blob
|
history
diff --git
a/extern/cuew/CMakeLists.txt
b/extern/cuew/CMakeLists.txt
index 44ff0eb61dcc3fa7fcba05d791caf23c7238f604..9ba390b3225cc17f957836ba25c94549a35b5910 100644
(file)
--- 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}")