diff --git a/example/link_chameleon/README.org b/example/link_chameleon/README.org index 080ad32aa62f41c04ce92fd1899349dfa3fa5e3e..90e09e0174788d929565f2282cef91883190ef09 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