From: Debian Science Team Date: Sun, 17 Jul 2022 00:23:33 +0000 (+0100) Subject: cmake-dont-install-inexistent-files X-Git-Tag: archive/raspbian/4.6.0+dfsg-6+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=820a53f28c0d8cd131c6619569e76d281f56f315;p=opencv.git cmake-dont-install-inexistent-files Gbp-Pq: Name cmake-dont-install-inexistent-files.patch --- diff --git a/cmake/OpenCVDetectOpenCL.cmake b/cmake/OpenCVDetectOpenCL.cmake index 6ab2cae..100fb0e 100644 --- a/cmake/OpenCVDetectOpenCL.cmake +++ b/cmake/OpenCVDetectOpenCL.cmake @@ -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)