Skip to content

Commit

Permalink
Update Thrust CMake README to use CCCL repo. (NVIDIA#2026)
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper authored and pciolkosz committed Aug 4, 2024
1 parent 65688e1 commit 1806a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thrust/thrust/cmake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ detailed below.

**Note:** If CMake is unable to locate Thrust, specify the path to Thrust's CMake
configuration directory (where this README file is located) as `Thrust_DIR`.
If cloning Thrust from github, this would be
If using Thrust from the CCCL sources, this would be

```
$ cmake . -DThrust_DIR=<thrust git repo root>/thrust/cmake/
$ cmake . -DThrust_DIR=<CCCL git repo root>/thrust/thrust/cmake/
```

#### TBB / OpenMP
Expand Down

0 comments on commit 1806a60

Please sign in to comment.