Commit: 483fa4c38723948a4e9db2c6e93ae762a5ba70de
Author: Campbell Barton
Date:   Thu Feb 19 07:15:00 2015 +1100
Branches: master
https://developer.blender.org/rB483fa4c38723948a4e9db2c6e93ae762a5ba70de

CMake: picky style edit

'cmake_consistency_check.py' relies on this formattng.

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

M       intern/cycles/util/CMakeLists.txt

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

diff --git a/intern/cycles/util/CMakeLists.txt 
b/intern/cycles/util/CMakeLists.txt
index bfe46ce..0acb9e9 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -75,8 +75,12 @@ set(SRC_HEADERS
 )
 
 if(WITH_CYCLES_DEBUG)
-       list(APPEND SRC util_guarded_allocator.cpp)
-       list(APPEND SRC_HEADERS util_guarded_allocator.h)
+       list(APPEND SRC
+               util_guarded_allocator.cpp
+       )
+       list(APPEND SRC_HEADERS
+               util_guarded_allocator.h
+       )
 endif()
 
 include_directories(${INC})

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to