Skip to content

Commit f286cb0

Browse files
authored
Merge pull request NVIDIA#1382 from allisonvacanti/cmake_docs
Update CMake `Thrust_DIR` documentation.
2 parents aecc656 + d7edfdd commit f286cb0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

thrust/cmake/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ several unique Thrust interface targets with different configurations, as
3131
detailed below.
3232

3333
**Note:** If CMake is unable to locate Thrust, specify the path to Thrust's CMake
34-
configuration directory (where this README file is located) as `Thrust_DIR`,
35-
e.g.:
34+
configuration directory (where this README file is located) as `Thrust_DIR`.
35+
If cloning Thrust from github, this would be
3636

3737
```
38-
$ cmake . -DThrust_DIR=/usr/local/cuda/include/thrust/cmake/
38+
$ cmake . -DThrust_DIR=<thrust git repo root>/thrust/cmake/
3939
```
4040

4141
#### TBB / OpenMP

0 commit comments

Comments
 (0)