From 473d31c4b37a72b9a7fa232584091f9c141e339b Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Fri, 14 Aug 2026 14:40:03 +0200 Subject: [PATCH] added the right version for catch2 and rapidjson docs. minor. (#1523) --- docs/src/dependencies.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/dependencies.rst b/docs/src/dependencies.rst index 3e0e7b364..14e866eb3 100644 --- a/docs/src/dependencies.rst +++ b/docs/src/dependencies.rst @@ -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::