From 86cbe972d30bf74395dd3e5bb7cfa1914c2d7963 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 19 Nov 2024 20:34:12 +0100 Subject: [PATCH] docs: mp-units Conan options added to conanfile.txt examples --- docs/getting_started/installation_and_usage.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/getting_started/installation_and_usage.md b/docs/getting_started/installation_and_usage.md index 8fb6115b..6a7577df 100644 --- a/docs/getting_started/installation_and_usage.md +++ b/docs/getting_started/installation_and_usage.md @@ -244,6 +244,15 @@ The following steps may be performed to obtain an official library release: mp-units/2.4.0 [options] + # The below mp-units options are automatically deduced based on the current system's settings. + # Uncomment and set to an explicit value to override the auto-deduction. + # + # mp-units*:cxx_modules=True + # mp-units*:import_std=False + # mp-units*:std_format=True + # mp-units*:no_crtp=True + # mp-units*:contracts=gsl-lite + # mp-units*:freestanding=False [layout] cmake_layout @@ -302,6 +311,15 @@ with the following differences: mp-units/2.5.0@mpusz/testing [options] + # The below mp-units options are automatically deduced based on the current system's settings. + # Uncomment and set to an explicit value to override the auto-deduction. + # + # mp-units*:cxx_modules=True + # mp-units*:import_std=False + # mp-units*:std_format=True + # mp-units*:no_crtp=True + # mp-units*:contracts=gsl-lite + # mp-units*:freestanding=False [layout] cmake_layout