File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ and a wide range of compute accelerators such as GPU and FPGA.
39
39
## Prerequisites
40
40
41
41
* ` git ` - [ Download] ( https://git-scm.com/downloads )
42
- * ` cmake ` version 3.14 or later - [ Download] ( http://www.cmake.org/download/ )
42
+ * ` cmake ` version 3.20 or later - [ Download] ( http://www.cmake.org/download/ )
43
43
* ` python ` - [ Download] ( https://www.python.org/downloads/ )
44
44
* ` ninja ` -
45
45
[ Download] ( https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages )
@@ -743,8 +743,6 @@ compiler and by adding the SYCL specific flags. For example assuming `clang++`
743
743
is on the `PATH`, a minimal `CMakeLists.txt` file for the sample above would be:
744
744
745
745
```cmake
746
- cmake_minimum_required(VERSION 3.14)
747
-
748
746
# Modifying the compiler should be done before the project line
749
747
set(CMAKE_CXX_COMPILER "clang++")
750
748
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsycl")
You can’t perform that action at this time.
0 commit comments