mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
387 B
Diff
13 lines
387 B
Diff
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
|