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 4d3f536 commit ccbe51eCopy full SHA for ccbe51e
opencl-aot/CMakeLists.txt
@@ -26,7 +26,6 @@ if (NOT OpenCL_INCLUDE_DIRS)
26
COMMENT "Downloading OpenCL headers."
27
)
28
else ()
29
- message("Copying OpenCL headers...")
30
add_custom_target(opencl-headers ALL
31
DEPENDS ${OpenCL_INCLUDE_DIRS}
32
COMMAND ${CMAKE_COMMAND} -E copy_directory ${OpenCL_INCLUDE_DIRS}/CL ${CMAKE_CURRENT_BINARY_DIR}/inc/CL
@@ -62,7 +61,6 @@ if (NOT OpenCL_LIBRARIES)
62
61
BUILD_BYPRODUCTS ${OpenCL_LIBRARIES}
63
64
65
- message("Copying OpenCL ICD Loader...")
66
file(GLOB ICD_LOADER_SRC "${OpenCL_LIBRARIES}*")
67
file(COPY ${ICD_LOADER_SRC} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
68
add_custom_target(opencl-icd DEPENDS ${OpenCL_LIBRARIES} COMMENT "Copying OpenCL ICD Loader ...")
0 commit comments