From 580ddf7ab6548cb0d818b5393b7dd306fca1b559 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 20 Nov 2024 09:23:32 +0100 Subject: [PATCH] docs: comment about default options changed in `conanfile` examples --- docs/getting_started/installation_and_usage.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/getting_started/installation_and_usage.md b/docs/getting_started/installation_and_usage.md index 283151276..9128c54c4 100644 --- a/docs/getting_started/installation_and_usage.md +++ b/docs/getting_started/installation_and_usage.md @@ -249,8 +249,8 @@ 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 settings. - # Uncomment and set to an explicit value to override the auto-deduction. + # The below mp-units options are set to defaults by Conan. + # Uncomment and set to an explicit value to override the defaults. # # mp-units*:cxx_modules=True # mp-units*:import_std=False @@ -282,8 +282,8 @@ The following steps may be performed to obtain an official library release: self.requires( "mp-units/2.4.0", options={ - # The below mp-units options are automatically deduced based on the current settings. - # Uncomment and set to an explicit value to override the auto-deduction. + # The below mp-units options are set to defaults by Conan. + # Uncomment and set to an explicit value to override the defaults. # # "cxx_modules": False, # "import_std": False, @@ -365,8 +365,8 @@ with the following differences: mp-units/2.5.0@mpusz/testing [options] - # The below mp-units options are automatically deduced based on the current settings. - # Uncomment and set to an explicit value to override the auto-deduction. + # The below mp-units options are set to defaults by Conan. + # Uncomment and set to an explicit value to override the defaults. # # mp-units*:cxx_modules=True # mp-units*:import_std=False @@ -398,8 +398,8 @@ with the following differences: self.requires( "mp-units/2.5.0@mpusz/testing", options={ - # The below mp-units options are automatically deduced based on the current settings. - # Uncomment and set to an explicit value to override the auto-deduction. + # The below mp-units options are set to defaults by Conan. + # Uncomment and set to an explicit value to override the defaults. # # "cxx_modules": False, # "import_std": False,