Skip to content

Commit

Permalink
default build profile is no longer none (#14075)
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Jun 12, 2023
1 parent 9dd40f0 commit cb0d68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conans/model/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"core:non_interactive": "Disable interactive user input, raises error if input necessary",
"core:skip_warnings": "Do not show warnings in this list",
"core:default_profile": "Defines the default host profile ('default' by default)",
"core:default_build_profile": "Defines the default build profile (None by default)",
"core:default_build_profile": "Defines the default build profile ('default' by default)",
"core:allow_uppercase_pkg_names": "Temporarily (will be removed in 2.X) allow uppercase names",
"core.version_ranges:resolve_prereleases": "Whether version ranges can resolve to pre-releases or not",
"core.upload:retry": "Number of retries in case of failure when uploading to Conan server",
Expand Down

0 comments on commit cb0d68f

Please sign in to comment.