Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in documentation of the CMake options #114

Merged
merged 1 commit into from
Nov 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/installation.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For packages which are included as submodules (Caliper, GOTCHA, pybind11, etc.),
is desired, the latter specifies that this support should be enabled via the submodule. Thus,
if `TIMEMORY_USE_<PACKAGE>=OFF` then `TIMEMORY_BUILD_<PACKAGE>` is ignored. If `TIMEMORY_USE_<PACKAGE>=ON`
and `TIMEMORY_BUILD_<PACKAGE>=OFF`, then timemory will search for an external installation of the package.
If `TIMEMORY_USE_<PACKAGE>=ON` and `TIMEMORY_USE_<PACKAGE>=ON`, then timemory will use the built-in
If `TIMEMORY_USE_<PACKAGE>=ON` and `TIMEMORY_BUILD_<PACKAGE>=ON`, then timemory will use the built-in
submodule to enable support for the package.

| Option | Description |
Expand Down