From ff85d223912e1acf128f67d35296263181dbc9aa Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 22 Sep 2015 12:26:38 +0000 Subject: [PATCH] correct indent --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c05623df3..aec0ac83a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -625,9 +625,9 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/") " - starpu_mpi_data_register() test fails in StarPU${ColourReset}") message("-- ${Red}Check in CMakeFiles/CMakeError.log to figure out why it fails${ColourReset}") endif() - unset(STARPU_MPI_COMM_RANK_FOUND CACHE) - check_function_exists(starpu_mpi_comm_rank STARPU_MPI_COMM_RANK_FOUND) - if ( STARPU_MPI_COMM_RANK_FOUND ) + unset(STARPU_MPI_COMM_RANK_FOUND CACHE) + check_function_exists(starpu_mpi_comm_rank STARPU_MPI_COMM_RANK_FOUND) + if ( STARPU_MPI_COMM_RANK_FOUND ) message("-- ${Blue}Add definition HAVE_STARPU_MPI_COMM_RANK - Activate" "use of starpu_mpi_comm_rank() in Chameleon with StarPU${ColourReset}") add_definitions(-DHAVE_STARPU_MPI_COMM_RANK) -- GitLab