atrtp

Thermodynamic properties of a medium in combustion
git clone git://git.meso-star.fr/atrtp.git
Log | Files | Refs | README | LICENSE

commit d8ea162d6f3ffcf056f9b4f7f2ef20488151979e
parent f97db7d992a3d24b91a0e5e34a7ae230fcdb0c08
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  2 Jul 2021 15:26:01 +0200

Merge branch 'release_0.0' into develop

Diffstat:
MREADME.md | 4+++-
Mcmake/CMakeLists.txt | 2+-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -8,7 +8,9 @@ This library is compatible GNU/Linux 64-bits. It relies the [CMake](http://www.cmake.org) and the [RCMake](https://gitlab.com/vaplv/rcmake/) packages to build. It also depends on the -[RSys](https://gitlab.com/vaplv/rsys/) library. +[RSys](https://gitlab.com/vaplv/rsys/) library. It optionally depends on +the [AsciiDoc](https://asciidoc.org/) suite of tools; if available, the man +pages of the reference documentation will be generated. First ensure that CMake is installed on your system. Then install the RCMake package as well as the aforementioned prerequisites. Finally generate the diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.1) project(atrtp C) enable_testing()