mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
opencv: add missing whitespace
Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
This commit is contained in:
committed by
Matt Madison
parent
1902ff8381
commit
05ca0bc31b
@@ -11,7 +11,7 @@ def opencv_cuda_flags(d):
|
||||
PACKAGECONFIG[cuda] = "${@opencv_cuda_flags(d)},-DWITH_CUDA=OFF,${CUDA_DEPENDS} cudnn"
|
||||
|
||||
OPENCV_CUDA_SUPPORT ?= "${@'cuda dnn' if opencv_cuda_flags(d) else ''}"
|
||||
PACKAGECONFIG:append:cuda = "${OPENCV_CUDA_SUPPORT}"
|
||||
PACKAGECONFIG:append:cuda = " ${OPENCV_CUDA_SUPPORT}"
|
||||
EXTRA_OECMAKE:append:cuda = ' -DOPENCV_CUDA_DETECTION_NVCC_FLAGS="-ccbin ${CUDAHOSTCXX}"'
|
||||
|
||||
SRC_URI:append:cuda = " file://0001-Fix-search-paths-in-FindCUDNN.cmake.patch"
|
||||
|
||||
Reference in New Issue
Block a user