From 004d5ce0db2a3fb05e912ed9e718b606ff8f71e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wr=C3=B3bel?= Date: Thu, 3 Feb 2022 17:58:21 +0100 Subject: [PATCH] - added requested changes --- tribits/examples/TribitsExampleApp/README.md | 9 +++++---- tribits/examples/TribitsExampleProject/README.md | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/tribits/examples/TribitsExampleApp/README.md b/tribits/examples/TribitsExampleApp/README.md index 5d1fd6bc4..8711450ac 100644 --- a/tribits/examples/TribitsExampleApp/README.md +++ b/tribits/examples/TribitsExampleApp/README.md @@ -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 \ diff --git a/tribits/examples/TribitsExampleProject/README.md b/tribits/examples/TribitsExampleProject/README.md index 79d39e721..8cca103a8 100644 --- a/tribits/examples/TribitsExampleProject/README.md +++ b/tribits/examples/TribitsExampleProject/README.md @@ -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 ``