added the right version for catch2 and rapidjson docs. minor. (#1523)
Build on RHEL9 docker image / build (push) Successful in 4m40s
Build on RHEL8 docker image / build (push) Successful in 5m6s
Build and Deploy on local RHEL9 / build (push) Successful in 2m9s
Run Simulator Tests on local RHEL9 / build (push) Successful in 20m7s
Build and Deploy on local RHEL8 / build (push) Successful in 5m12s
Run Simulator Tests on local RHEL8 / build (push) Successful in 23m33s

This commit is contained in:
2026-08-14 14:40:03 +02:00
committed by GitHub
parent ed6024c026
commit 473d31c4b3
+3 -3
View File
@@ -25,11 +25,11 @@ Additionally the core requires the following dependencies:
* fmt 12.1.0 (packaged in libs)
* ZeroMQ 4.3.4 (packaged in libs)
* rapidjson (packaged in libs)
* rapidjson 1.1.0 (packaged in libs)
.. note::
Both fmt, ZeroMQ and rapidjson are bundled in libs. One does not need to pre-install them on the system. Alternatively, one can fetch fmt and ZeroMQ from GitHub by passing the cmake options ``-DSLS_FETCH_FMT_FROM_GITHUB=ON`` and ``-DSLS_FETCH_ZEROMQ_FROM_GITHUB=ON`` respectively.
Fmt, ZeroMQ and rapidjson are bundled in libs. One does not need to pre-install them on the system. Alternatively, one can fetch fmt and ZeroMQ from GitHub by passing the cmake options ``-DSLS_FETCH_FMT_FROM_GITHUB=ON`` and ``-DSLS_FETCH_ZEROMQ_FROM_GITHUB=ON`` respectively.
.. note::
@@ -90,7 +90,7 @@ Dependencies to build Tests
To build the tests the following dependencies are needed:
* Catch2 3.4.0 (packaged in libs)
* Catch2 2.13.8 (packaged in libs)
.. note::