Skip to content

Commit ccbe51e

Browse files
dm-vodopyanovbader
authored andcommitted
[SYCL][CPU] Remove extra messages in opencl-aot CMakeLists.txt (#959)
Signed-off-by: Dmitry Vodopyanov <dmitry.vodopyanov@intel.com>
1 parent 4d3f536 commit ccbe51e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

opencl-aot/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ if (NOT OpenCL_INCLUDE_DIRS)
2626
COMMENT "Downloading OpenCL headers."
2727
)
2828
else ()
29-
message("Copying OpenCL headers...")
3029
add_custom_target(opencl-headers ALL
3130
DEPENDS ${OpenCL_INCLUDE_DIRS}
3231
COMMAND ${CMAKE_COMMAND} -E copy_directory ${OpenCL_INCLUDE_DIRS}/CL ${CMAKE_CURRENT_BINARY_DIR}/inc/CL
@@ -62,7 +61,6 @@ if (NOT OpenCL_LIBRARIES)
6261
BUILD_BYPRODUCTS ${OpenCL_LIBRARIES}
6362
)
6463
else ()
65-
message("Copying OpenCL ICD Loader...")
6664
file(GLOB ICD_LOADER_SRC "${OpenCL_LIBRARIES}*")
6765
file(COPY ${ICD_LOADER_SRC} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
6866
add_custom_target(opencl-icd DEPENDS ${OpenCL_LIBRARIES} COMMENT "Copying OpenCL ICD Loader ...")

0 commit comments

Comments
 (0)