[Bf-blender-cvs] [483fa4c] master: CMake: picky style edit

Campbell Barton noreply at git.blender.org
Wed Feb 18 21:16:43 CET 2015


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})




More information about the Bf-blender-cvs mailing list