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 9482bbe commit d1160f4Copy full SHA for d1160f4
CMakeLists.txt
@@ -69,7 +69,6 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/loader/icd_cmake_config.h.in
69
${CMAKE_CURRENT_BINARY_DIR}/icd_cmake_config.h)
70
71
set (OPENCL_ICD_LOADER_SOURCES
72
- include/cl_khr_icd2.h
73
loader/icd.c
74
loader/icd.h
75
loader/icd_version.h
test/driver_stub/CMakeLists.txt
@@ -1,5 +1,5 @@
1
2
-set (OPENCL_DRIVER_STUB_SOURCES cl.c cl_ext.c cl_gl.c icd.c ${CMAKE_SOURCE_DIR}/include/cl_khr_icd2.h)
+set (OPENCL_DRIVER_STUB_SOURCES cl.c cl_ext.c cl_gl.c icd.c)
3
4
if (NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
5
list (APPEND OPENCL_DRIVER_STUB_SOURCES driver_stub.def)
0 commit comments