From 76fb0b83d4bacb5e812bfe62a07ec49e776b4ee2 Mon Sep 17 00:00:00 2001
From: Samuel Pitoiset <samuel.pitoiset@inria.fr>
Date: Fri, 11 Sep 2015 16:34:01 +0200
Subject: [PATCH] cmake: fix options which disable commute/redux/prio

---
 CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d34366a7d..b68b76f6c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -87,9 +87,9 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/CMakeModules/morse/")
     option( SCALFMM_BUILD_UTILS "Set to ON to build utils Tests"    OFF )
     option( SCALFMM_DISABLE_NATIVE_OMP4 "Set to ON to disable the gcc/intel omp4"    OFF )
     option( SCALFMM_TIME_OMPTASKS "Set to ON to time omp4 tasks and generate output file"    OFF )
-    option( SCALFMM_STARPU_USE_COMMUTE  "Set to ON to build SCALFMM with StarPU" ON )
-    option( SCALFMM_STARPU_USE_REDUX  "Set to ON to build SCALFMM with StarPU" ON )
-    option( SCALFMM_STARPU_USE_PRIO  "Set to ON to build SCALFMM with StarPU" ON )
+    option( SCALFMM_STARPU_DISABLE_COMMUTE  "Set to ON to disable commute with StarPU" ON )
+    option( SCALFMM_STARPU_DISABLE_REDUX  "Set to ON to disable redux with StarPU" ON )
+    option( SCALFMM_STARPU_DISABLE_PRIO  "Set to ON to disable priority with StarPU" ON )
   endif()
   message(STATUS "AVANT  ${CMAKE_CXX_COMPILER_ID}" )
   if( SCALFMM_USE_MPI )
-- 
GitLab