Skip to content

Commit

Permalink
docs: document CONAN_PROFILE [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 8, 2023
1 parent c5660fb commit 90cae85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ project_options(
# ENABLE_BUILD_WITH_TIME_TRACE
# ENABLE_UNITY
# LINKER "lld"
# CONAN_PROFILE ${profile_path} # passes a profile to conan: see https://docs.conan.io/en/latest/reference/profiles.html
# CONAN_PROFILE ${profile_path}
)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/src/project_options_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ project_options(
# ENABLE_BUILD_WITH_TIME_TRACE
# ENABLE_UNITY
# LINKER "lld"
# CONAN_PROFILE ${profile_path} # passes a profile to conan: see https://docs.conan.io/en/latest/reference/profiles.html
# CONAN_PROFILE ${profile_path}
)
```

Expand Down
1 change: 1 addition & 0 deletions src/Index.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ front of them:
- ``VS_ANALYSIS_RULESET``: Override the defaults for the code analysis
rule set in Visual Studio.
- ``CONAN_OPTIONS``: Extra Conan options
- ``CONAN_PROFILE``: Passes a profile to conan: see https://docs.conan.io/en/latest/reference/profiles.html
]]
Expand Down

0 comments on commit 90cae85

Please sign in to comment.