blob: 023166dd2ae94e1b8b601684b04995737a219616 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/build_files/cmake/Modules/FindSYCL.cmake b/build_files/cmake/Modules/FindSYCL.cmake
index 1ccbee179fb..e72b035def6 100644
--- a/build_files/cmake/Modules/FindSYCL.cmake
+++ b/build_files/cmake/Modules/FindSYCL.cmake
@@ -81,7 +81,7 @@ endif()
FIND_PATH(SYCL_INCLUDE_DIR
NAMES
- sycl/sycl.hpp
+ sycl/CL/sycl.hpp
HINTS
${_sycl_search_dirs}
PATH_SUFFIXES
|