Skip to content

Commit e31b94e

Browse files
[SYCL] Clarify --system-ocl key in GetStartedGuide (#2712)
1 parent a793a03 commit e31b94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ python %DPCPP_HOME%\llvm\buildbot\compile.py
9090

9191
You can use the following flags with `configure.py`:
9292

93-
* `--system-ocl` -> Don't Download OpenCL deps via cmake but use the system ones
93+
* `--system-ocl` -> Don't download OpenCL headers and library via CMake but use the system ones
9494
* `--no-werror` -> Don't treat warnings as errors when compiling llvm
9595
* `--cuda` -> use the cuda backend (see [Nvidia CUDA](#build-dpc-toolchain-with-support-for-nvidia-cuda))
9696
* `--shared-libs` -> Build shared libraries

0 commit comments

Comments
 (0)