From 483fa4c38723948a4e9db2c6e93ae762a5ba70de Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 19 Feb 2015 07:15:00 +1100 Subject: [PATCH] CMake: picky style edit 'cmake_consistency_check.py' relies on this formattng. --- intern/cycles/util/CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/intern/cycles/util/CMakeLists.txt b/intern/cycles/util/CMakeLists.txt index bfe46ce6f67..0acb9e9304c 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})