Skip to content

Commit d7edfdd

Browse files
committed
Update CMake Thrust_DIR documentation.
The cmake packages are not in the CTK, and when we add them they won't be in the location currently suggested by the docs.
1 parent 41d1a12 commit d7edfdd

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)