Skip to content

Commit 69bddaf

Browse files
author
Alexander Batashev
committed
fix failing tests
1 parent 5178117 commit 69bddaf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sycl/cmake/modules/AddSYCL.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function(add_sycl_plugin PLUGIN_NAME)
4040

4141
add_sycl_library("pi_${PLUGIN_NAME}" SHARED
4242
TOOLCHAIN
43-
LINKER_SCRIPT "${PROJECT_SOURCE_DIR}/source/ld-version-script.txt"
43+
LINKER_SCRIPT "${PROJECT_SOURCE_DIR}/plugins/ld-version-script.txt"
4444
SOURCES ${ARG_SOURCES}
4545
INCLUDE_DIRS
4646
${ARG_INCLUDE_DIRS}

sycl/plugins/opencl/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ add_sycl_plugin(opencl
1515
"${sycl_inc_dir}/CL/sycl/detail/pi.h"
1616
"pi_opencl.cpp"
1717
LIBRARIES
18-
OpenCL-Headers
1918
OpenCL-ICD
2019
)
2120

0 commit comments

Comments
 (0)