From 9611a64ad55bb297228af110b357aa3a5a64fed3 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 6 Jan 2024 08:51:01 +0100 Subject: [PATCH] docs: a note about C++ modules availability added to "Installation and Usage" chapter --- docs/getting_started/installation_and_usage.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting_started/installation_and_usage.md b/docs/getting_started/installation_and_usage.md index 2b12541b..fb7c15b4 100644 --- a/docs/getting_started/installation_and_usage.md +++ b/docs/getting_started/installation_and_usage.md @@ -46,6 +46,11 @@ flowchart TD | `mp_units.systems` | `mp-units::systems` | All the systems of quantities and units | | `mp_units` | `mp-units::mp-units` | Core + Systems | +!!! note + + C++ modules are provided within the package only when [`cxx_modules`](#cxx_modules) Conan + option is set to `True`. + ## Repository structure and dependencies