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 3, 2022
1 parent 6240346 commit 004d5ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions tribits/examples/TribitsExampleApp/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# TribitsExampleApp

The example project `TribitsExampleApp` is a raw CMake project that pulls in
libraries from packages from `TribitsExampleProject`. If subpackage C of
`TribitsExampleProject` was build, then Fortran compiler is required to build
`TribitsExampleApp`. To build against all of the installed packages from an
upstream `TribitsExampleProject`, configure, build, and run the tests with:
libraries from packages from `TribitsExampleProject`. If `WithSubpackageC`
subpackage or the `MixedLang` packages are built, then a Fortran compiler
is required to build `TribitsExampleApp`. To build against all of the
installed packages from an upstream `TribitsExampleProject`, configure,
build, and run the tests with:

```
cmake \
Expand Down
3 changes: 2 additions & 1 deletion tribits/examples/TribitsExampleProject/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
The project `TribitsExampleProject` defines a TriBITS CMake project designed to
provide a simple example to demonstrate how to use the TriBITS system to
create a CMake build, test, and deployment system using a package-based
architecture. To build `TribitsExampleProject` Fortran compiler is needed.
architecture. To build all of the packages from `TribitsExampleProject`,
a Fortran compiler is needed.

To build and test the project, one must first create a build directory and
configure by pointing to the TriBITS source dir `<tribits-dir>`
Expand Down

0 comments on commit 004d5ce

Please sign in to comment.