From 0c6631a7cea3307593ae46b174db4ee4aac91f3a Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Fri, 3 Apr 2015 11:03:19 +0000
Subject: [PATCH] delete this target dependency - why was it here? The target
 runtime_starpu_include does not even exist at this level

---
 compute/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compute/CMakeLists.txt b/compute/CMakeLists.txt
index be8847e7f..c88600e60 100644
--- a/compute/CMakeLists.txt
+++ b/compute/CMakeLists.txt
@@ -245,7 +245,6 @@ add_dependencies(chameleon
   chameleon_include
   coreblas_include
   control_include
-  runtime_starpu_include
 )
 
 set_property(TARGET chameleon PROPERTY LINKER_LANGUAGE Fortran)
-- 
GitLab