From ce1f4b0962a0880e6f27d7723ac213dd5a523da1 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Tue, 17 Apr 2018 11:55:43 +0200
Subject: [PATCH] fix comment

---
 example/out_of_core/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/out_of_core/CMakeLists.txt b/example/out_of_core/CMakeLists.txt
index ad043109e..56d35653d 100644
--- a/example/out_of_core/CMakeLists.txt
+++ b/example/out_of_core/CMakeLists.txt
@@ -37,7 +37,7 @@ set(OOC_SOURCES
 # Define what libraries we have to link with
 # ------------------------------------------
 unset(libs_for_ooc)
-# ooc executable depends on chameleon and lapacke (already a chameleon's dependency)
+# ooc executable depends on chameleon, starpu and lapacke (already chameleon's dependencies)
 list(APPEND libs_for_ooc chameleon)
 # message(STATUS "libs_for_ooc: ${libs_for_ooc}")
 
-- 
GitLab