aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-07-21 10:11:48 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-07-21 10:11:48 +0200
commit69290dbc1901c26c9c2d2a406c60b05b5c60af52 (patch)
tree930fc9578e1196e5d0684e491744386013533b45
parentb2d7048db2409eb88a02be1c215a7836d4f13676 (diff)
README: point to the correct CMakeLists.txt sample
Change-Id: I4aad3403f190bf2033355a827e0e6fa5c1f7fe6d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2089d6f..7ad999d 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ An example is available in **app-templates** submodule that you can copy and
use:
```bash
-cp conf.d/app-templates/cmake/CMakeLists.txt CMakeLists.txt
+cp conf.d/app-templates/cmake/CMakeLists.txt.sample CMakeLists.txt
```
### Create your CMake targets