Skip to content

Commit

Permalink
- added requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Feb 4, 2022
1 parent 004d5ce commit 4ced1c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tribits/examples/TribitsExampleProject/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ with:
cmake \
-DTribitsExProj_TRIBITS_DIR=<tribits-dir> \
-DCMAKE_INSTALL_PREFIX=<TribitsExampleProject-install-dir>
-DTribitsExProj_ENABLE_TESTS=ON \
-DTribitsExProj_ENABLE_ALL_PACKAGES=ON
-DTribitsExProj_ENABLE_SECONDARY_TESTED_CODE=ON \
Expand All @@ -34,12 +35,12 @@ then build and test with:
and then install:

```
make DESTDIR=<path-to-install-dir> install
make install
```

`TribitsExampleProject` will be installed to
`<path-to-install-dir>/usr/local/` and this path should be then used
to point `-DCMAKE_PREFIX_PATH=<path-to-install-dir>/usr/local/` when
`<TribitsExampleProject-install-dir>` and this path should be then used
to point `-DCMAKE_PREFIX_PATH=<TribitsExampleProject-install-dir>` when
building e.g. `TribitsExampleApp`

The layout of a TriBITS project is described in:
Expand Down

0 comments on commit 4ced1c0

Please sign in to comment.