[Bf-blender-cvs] [b1ef786] master: CMake: Partially revert recent missing headers commit

Sergey Sharybin noreply at git.blender.org
Tue Apr 12 08:56:37 CEST 2016


Commit: b1ef786a73b8944505525c5040bef0b60733d29b
Author: Sergey Sharybin
Date:   Tue Apr 12 08:54:34 2016 +0200
Branches: master
https://developer.blender.org/rBb1ef786a73b8944505525c5040bef0b60733d29b

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.

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

M	extern/cuew/CMakeLists.txt

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

diff --git a/extern/cuew/CMakeLists.txt b/extern/cuew/CMakeLists.txt
index 44ff0eb..9ba390b 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}")




More information about the Bf-blender-cvs mailing list