From c14430d85058dfd0a3fb5c54d9a44f8f0ddee34d Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 16 Dec 2014 16:55:34 +0000 Subject: [PATCH] whitespaces --- CTestConfig.cmake | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 17329af4d..bb95c68b2 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -30,7 +30,7 @@ if(NOT BUILDNAME) endif() # Add compiler name - get_filename_component(CMAKE_C_COMPILER_NAME ${CMAKE_C_COMPILER} NAME) + get_filename_component(CMAKE_C_COMPILER_NAME ${CMAKE_C_COMPILER} NAME) set(BUILDNAME "${BUILDNAME}-${CMAKE_C_COMPILER_NAME}") # Add the build type, e.g. "Debug, Release..." @@ -53,10 +53,7 @@ if(NOT BUILDNAME) if(CHAMELEON_USE_CUDA) set(BUILDNAME "${BUILDNAME}-cuda") - endif(CHAMELEON_USE_CUDA) + endif(CHAMELEON_USE_CUDA) endif() - - - -- GitLab