diff --git a/opencl/CMakeLists.txt b/opencl/CMakeLists.txt index e4ad458f2e..61b0263a5a 100644 --- a/opencl/CMakeLists.txt +++ b/opencl/CMakeLists.txt @@ -60,7 +60,6 @@ add_subdirectory(api/opencl/khronos/icd) add_subdirectory(tools/clinfo) - install(PROGRAMS $ DESTINATION lib) @@ -68,4 +67,4 @@ install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/api/opencl/khronos/headers/opencl2.0" DESTINATION include USE_SOURCE_PERMISSIONS - PATTERN cl_egl.h EXCLUDE) \ No newline at end of file + PATTERN cl_egl.h EXCLUDE) diff --git a/opencl/tools/clinfo/CMakeLists.txt b/opencl/tools/clinfo/CMakeLists.txt index d0228d4bb2..85012eae0a 100644 --- a/opencl/tools/clinfo/CMakeLists.txt +++ b/opencl/tools/clinfo/CMakeLists.txt @@ -10,4 +10,4 @@ add_executable(clinfo clinfo.cpp) target_link_libraries(clinfo OpenCL) -install(TARGETS clinfo DESTINATION bin) \ No newline at end of file +install(TARGETS clinfo DESTINATION bin)