cmake-dont-install-inexistent-files
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sun, 17 Jul 2022 00:23:33 +0000 (01:23 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 17 Jul 2022 00:23:33 +0000 (01:23 +0100)
Gbp-Pq: Name cmake-dont-install-inexistent-files.patch

cmake/OpenCVDetectOpenCL.cmake

index 6ab2cae07068aeec48784d889dbbff9908ec0eef..100fb0ebfb3365d796adc1796450d3f387acd239 100644 (file)
@@ -5,7 +5,6 @@ if(APPLE)
 else()
   set(OPENCL_LIBRARY "" CACHE STRING "OpenCL library")
   set(OPENCL_INCLUDE_DIR "${OpenCV_SOURCE_DIR}/3rdparty/include/opencl/1.2" CACHE PATH "OpenCL include directory")
-  ocv_install_3rdparty_licenses(opencl-headers "${OpenCV_SOURCE_DIR}/3rdparty/include/opencl/LICENSE.txt")
 endif()
 mark_as_advanced(OPENCL_INCLUDE_DIR OPENCL_LIBRARY)