Skip to content

Commit

Permalink
docs: mp-units Conan options added to conanfile.txt examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Nov 19, 2024
1 parent 8ae21ff commit 86cbe97
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/getting_started/installation_and_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 86cbe97

Please sign in to comment.