From b85a579228ea47802fbc12567298a1cc2a1e6a60 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 2 May 2017 15:29:31 +0200 Subject: [PATCH] fix path in the doc --- example/link_chameleon/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/link_chameleon/README.org b/example/link_chameleon/README.org index 080ad32aa..90e09e017 100644 --- a/example/link_chameleon/README.org +++ b/example/link_chameleon/README.org @@ -22,7 +22,7 @@ Example to link with chameleon in CMake project, see the #+begin_src mkdir build cd build -cmake .. -DMORSE_DISTRIB_DIR=$PWD/../../cmake_modules -DMORSE_CHAMELEON_USE_STARPU=ON +cmake .. -DMORSE_DISTRIB_DIR=$PWD/../../../cmake_modules -DMORSE_CHAMELEON_USE_STARPU=ON make VERBOSE=1 ./link_chameleon_c ./link_chameleon_f -- GitLab