Skip to content

Commit d1160f4

Browse files
committed
remove cl_khr_icd2.h from CMake sources
1 parent 9482bbe commit d1160f4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/loader/icd_cmake_config.h.in
6969
${CMAKE_CURRENT_BINARY_DIR}/icd_cmake_config.h)
7070

7171
set (OPENCL_ICD_LOADER_SOURCES
72-
include/cl_khr_icd2.h
7372
loader/icd.c
7473
loader/icd.h
7574
loader/icd_version.h

test/driver_stub/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
set (OPENCL_DRIVER_STUB_SOURCES cl.c cl_ext.c cl_gl.c icd.c ${CMAKE_SOURCE_DIR}/include/cl_khr_icd2.h)
2+
set (OPENCL_DRIVER_STUB_SOURCES cl.c cl_ext.c cl_gl.c icd.c)
33

44
if (NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
55
list (APPEND OPENCL_DRIVER_STUB_SOURCES driver_stub.def)

0 commit comments

Comments
 (0)