Skip to content

Commit

Permalink
docs: comment about default options changed in conanfile examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Nov 20, 2024
1 parent 384cb87 commit 580ddf7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/getting_started/installation_and_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 580ddf7

Please sign in to comment.