Revision 5e0bec1c9e1a1f9a60d928045b9280f3816e3803 authored by Tobias Meisel on 07 October 2021, 13:35:01 UTC, committed by Tobias Meisel on 07 October 2021, 13:35:01 UTC
[cpm] Update xdmf to fix CMake warnings.

See merge request ogs/ogs!3830
2 parent s 7d226dc + 62167a5
Raw File
ReadMe.md
# Third-party libraries #

## RapidXML ##

Is used for XML-IO. Is integrated directly.

## tclap ##

Command line option parser. Is integrated directly.

## zlib ##

Compression algorithms. Is integrated directly.

## gtest ##

Google testing framework for unit tests. Is integrated directly.

## autocheck ##

Is integrated as a submodule.

## nlohmann/json ##

Header only c++ json parser. Directly integrated because the benchmarks and
tests are too large.

## exprtk ##

Header only c++ mathematical expression parsing and evaluation library

## spdlog ##

Very fast, header-only/compiled, C++ logging library.
back to top