From 317425414203ce34e7d4f30caeb236b26a185ba4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 24 Jan 2016 12:13:37 +1100 Subject: Cleanup: style --- intern/cycles/device/CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'intern/cycles/device/CMakeLists.txt') diff --git a/intern/cycles/device/CMakeLists.txt b/intern/cycles/device/CMakeLists.txt index 4d962f5e95f..2a9ec0c3818 100644 --- a/intern/cycles/device/CMakeLists.txt +++ b/intern/cycles/device/CMakeLists.txt @@ -15,10 +15,14 @@ set(INC_SYS ) if(WITH_CUDA_DYNLOAD) - list(APPEND INC ../../../extern/cuew/include) + list(APPEND INC + ../../../extern/cuew/include + ) add_definitions(-DWITH_CUDA_DYNLOAD) else() - list(APPEND INC_SYS ${CUDA_TOOLKIT_INCLUDE}) + list(APPEND INC_SYS + ${CUDA_TOOLKIT_INCLUDE} + ) add_definitions(-DCYCLES_CUDA_NVCC_EXECUTABLE="${CUDA_NVCC_EXECUTABLE}") endif() -- cgit v1.2.3