Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Fix contributing guide link to cmake options
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad authored Mar 21, 2022
1 parent 32e6cc9 commit dffac4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/github_pages/contributing/submitting_a_pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ cmake --build . -j <num jobs> # invokes make (or ninja, etc)
ctest
```

See [CMake Options](./setup/cmake_options.md) for details on customizing the build. To
See [CMake Options](../setup/cmake_options.md) for details on customizing the build. To
enable CUB tests and examples, set the `THRUST_INCLUDE_CUB_CMAKE` option to
`ON`. Additional CMake options for CUB are listed
[here](https://github.com/NVIDIA/cub/blob/main/CONTRIBUTING.md#cmake-options).
Expand Down

0 comments on commit dffac4b

Please sign in to comment.