From da3de956618efba74ee03bbdd4999c1b2ccb8590 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Tue, 5 Dec 2017 16:01:08 +0100
Subject: [PATCH] indent

---
 CMakeLists.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a7c90d043..60b5f4203 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -721,11 +721,11 @@ if( CHAMELEON_SCHED_STARPU )
                 " - starpu_mpi_comm_rank() test fails in StarPU${ColourReset}")
                 message("-- ${Red}Check in CMakeFiles/CMakeError.log to figure out why it fails${ColourReset}")
             endif()
-	    check_function_exists(starpu_mpi_cached_receive STARPU_MPI_CACHED_RECEIVE)
-	    if ( STARPU_MPI_CACHED_RECEIVE )
-		set(HAVE_STARPU_MPI_CACHED_RECEIVE 1)
-		message("-- ${Blue}Add definition HAVE_STARPU_MPI_CACHED_RECEIVE${ColourReset}")
-	    endif()
+            check_function_exists(starpu_mpi_cached_receive STARPU_MPI_CACHED_RECEIVE)
+            if ( STARPU_MPI_CACHED_RECEIVE )
+                set(HAVE_STARPU_MPI_CACHED_RECEIVE 1)
+                message("-- ${Blue}Add definition HAVE_STARPU_MPI_CACHED_RECEIVE${ColourReset}")
+            endif()
         endif()
         if(HWLOC_FOUND AND HWLOC_LIBRARY_DIRS)
             # the RPATH to be used when installing
-- 
GitLab