Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added note...
NOTE: If you do not have Ninja installed, you can use another Makefile generator such as 'Unix Makefiles'.
  • Loading branch information
jamesreinders authored Aug 19, 2021
1 parent 1c04c06 commit c4963a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ To build the samples:
cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=../dpcpp_toolchain.cmake ..
```

NOTE: If you do not have Ninja installed, you can use another Makefile generator such as 'Unix Makefiles'.
NOTE: If you do not have oneDPL installed, you can disable compilation of those tests with the option `NODPL`

```sh
Expand Down

0 comments on commit c4963a8

Please sign in to comment.