We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5178117 commit 69bddafCopy full SHA for 69bddaf
sycl/cmake/modules/AddSYCL.cmake
@@ -40,7 +40,7 @@ function(add_sycl_plugin PLUGIN_NAME)
40
41
add_sycl_library("pi_${PLUGIN_NAME}" SHARED
42
TOOLCHAIN
43
- LINKER_SCRIPT "${PROJECT_SOURCE_DIR}/source/ld-version-script.txt"
+ LINKER_SCRIPT "${PROJECT_SOURCE_DIR}/plugins/ld-version-script.txt"
44
SOURCES ${ARG_SOURCES}
45
INCLUDE_DIRS
46
${ARG_INCLUDE_DIRS}
sycl/plugins/opencl/CMakeLists.txt
@@ -15,7 +15,6 @@ add_sycl_plugin(opencl
15
"${sycl_inc_dir}/CL/sycl/detail/pi.h"
16
"pi_opencl.cpp"
17
LIBRARIES
18
- OpenCL-Headers
19
OpenCL-ICD
20
)
21
0 commit comments