Skip to content

Commit

Permalink
Fix bug in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kinsner committed Mar 15, 2023
1 parent 8e5e2c4 commit 293787a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Setup environment variables if using a oneAPI / DPC++ implementation:
NOTE: If you do not have oneDPL installed, you can disable compilation of those tests with the option `NODPL`

```sh
cmake -G Ninja -DNODPL=1 -DCMAKE_TOOLCHAIN_FILE=../dpcpp_toolchain.cmake ..
cmake -G "Unix Makefiles" -DNODPL=1 -DCMAKE_TOOLCHAIN_FILE=../dpcpp_toolchain.cmake ..
```

2. Build with the generated build files:
Expand Down

0 comments on commit 293787a

Please sign in to comment.