This is an automated email from the ASF dual-hosted git repository.
mmartell pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 8cff9c5 Update documentation for building cpp examples (#403)
8cff9c5 is described below
commit 8cff9c58de2dfc54f5ed0a668a4a908f20339584
Author: Michael Martell <[email protected]>
AuthorDate: Mon Nov 12 20:34:14 2018 -0800
Update documentation for building cpp examples (#403)
---
examples/cpp/BUILD-CPP-EXAMPLES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/cpp/BUILD-CPP-EXAMPLES.md
b/examples/cpp/BUILD-CPP-EXAMPLES.md
index f70f578..4da01c1 100644
--- a/examples/cpp/BUILD-CPP-EXAMPLES.md
+++ b/examples/cpp/BUILD-CPP-EXAMPLES.md
@@ -18,7 +18,7 @@
$ cd workspace/examples/cpp/<example>
$ mkdir build
$ cd build
- $ cmake ..
+ $ cmake .. -DGEODE_ROOT="<geode-install-root-dir>"
$ cmake --build . -- <optional parallelism parameter>
```
where the optional parallelism parameter is of the form `-j n`.