Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCV build with CUDA fails #2749

Closed
BashPrince opened this issue Feb 8, 2018 · 21 comments · Fixed by #5169
Closed

OpenCV build with CUDA fails #2749

BashPrince opened this issue Feb 8, 2018 · 21 comments · Fixed by #5169
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@BashPrince
Copy link

On Win 10
with CUDA 9.1.85 (found by vcpkg)
VS 2017 (15.4.5)
vcpkg 0.0.104-2018-02-07-d503a55412b3fa1b2b96ae0719286ee593f3d732
with portfiles and packages up to date
building OpenCV with feature package cuda fails:

PS C:\src\vcpkg> .\vcpkg.exe install opencv[cuda]:x64-windows
The following packages will be built and installed:
opencv[core,cuda]:x64-windows
Starting package 1/1: opencv:x64-windows
Building package opencv[core,cuda]:x64-windows...
-- CURRENT_INSTALLED_DIR=C:/src/vcpkg/installed/x64-windows
-- DOWNLOADS=C:/src/vcpkg/downloads
-- CURRENT_PACKAGES_DIR=C:/src/vcpkg/packages/opencv_x64-windows
-- CURRENT_BUILDTREES_DIR=C:/src/vcpkg/buildtrees/opencv
-- CURRENT_PORT_DIR=C:/src/vcpkg/ports/opencv/.
-- Using cached C:/src/vcpkg/downloads/opencv-opencv-3.4.0.tar.gz
-- Testing integrity of cached file...
-- Testing integrity of cached file... OK
-- Extracting done
-- Applying patch C:/src/vcpkg/ports/opencv/opencv-installation-options.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch C:/src/vcpkg/ports/opencv/opencv-installation-options.patch done
-- Applying patch C:/src/vcpkg/ports/opencv/001-fix-uwp.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch C:/src/vcpkg/ports/opencv/001-fix-uwp.patch done
-- Applying patch C:/src/vcpkg/ports/opencv/002-fix-uwp.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch C:/src/vcpkg/ports/opencv/002-fix-uwp.patch done
-- Applying patch C:/src/vcpkg/ports/opencv/no-double-expand-enable-pylint.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch C:/src/vcpkg/ports/opencv/no-double-expand-enable-pylint.patch done
-- Applying patch C:/src/vcpkg/ports/opencv/msvs-fix-2017-u5.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch C:/src/vcpkg/ports/opencv/msvs-fix-2017-u5.patch done
-- Applying patch C:/src/vcpkg/ports/opencv/filesystem-uwp.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch C:/src/vcpkg/ports/opencv/filesystem-uwp.patch done
-- Using cached C:/src/vcpkg/downloads/opencv-opencv_contrib-3.4.0.tar.gz
-- Testing integrity of cached file...
-- Testing integrity of cached file... OK
-- Extracting done
-- Applying patch C:/src/vcpkg/ports/opencv/open_contrib-remove-waldboost.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch C:/src/vcpkg/ports/opencv/open_contrib-remove-waldboost.patch done
-- Configuring x64-windows
-- Configuring x64-windows done
-- Build x64-windows-rel
CMake Error at C:/src/vcpkg/scripts/cmake/vcpkg_build_cmake.cmake:129 (message):
Command failed: C:/src/vcpkg/downloads/cmake-3.10.2-win32-x86/bin/cmake.exe;--build;.;--config;Release;--target;install;--;/p:VCPkgLocalAppDataDisabled=true;/p:UseIntelMKL=No
Working Directory: C:/src/vcpkg/buildtrees/opencv/x64-windows-rel
See logs for more information:
C:\src\vcpkg\buildtrees\opencv\install-x64-windows-rel-out.log

Call Stack (most recent call first):
C:/src/vcpkg/scripts/cmake/vcpkg_install_cmake.cmake:24 (vcpkg_build_cmake)
C:/src/vcpkg/ports/opencv/portfile.cmake:139 (vcpkg_install_cmake)
C:/src/vcpkg/scripts/ports.cmake:72 (include)

Error: Building package opencv:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with .\vcpkg update, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: opencv:x64-windows
Vcpkg version: 0.0.104-2018-02-07-d503a55412b3fa1b2b96ae0719286ee593f3d732

Additionally, attach any relevant sections from the log files above.


I think the most relevant section from the file "install-x64-windows-rel-out.log" is:
16>CustomBuild:
CMake Error at cuda_compile_generated_gpu_mat.cu.obj.cmake:206 (message):
Error generating
C:/src/vcpkg/buildtrees/opencv/x64-windows-rel/modules/core/CMakeFiles/cuda_compile.dir/src/cuda/Release/cuda_compile_generated_gpu_mat.cu.obj

I'll include the complete log file (sorry, german only).
install-x64-windows-rel-out.log

@BashPrince
Copy link
Author

Build with other feature packages but without CUDA passes.

@jasjuang
Copy link
Contributor

jasjuang commented Feb 8, 2018

This is a problem that I never figured out how to fix #1609. Let's try to figure out how to solve this.

@sparsebase
Copy link

My recipe

  1. Install the latest CMake 3.11rc2
  2. Install platform toolset v140 in VS2017
  3. Install CUDA 9.1
  4. Manually change the triplet to use toolset v140 by appending the following line to the triplet file:
    set(VCPKG_PLATFORM_TOOLSET v140)
    Then vcpkg install opencv[cuda] should work without problem.

@jasjuang
Copy link
Contributor

jasjuang commented Mar 7, 2018

I haven't try it yet but I feel like switching to v140 toolset (intended for vs2015) is going to cause troubles for other ports. Is there a way to make it work with v141 toolset?

@carmangary
Copy link

Any update on this?

@jasjuang
Copy link
Contributor

It works on the latest CUDA 9.2 and v141 toolset for me.

@jasjuang
Copy link
Contributor

jasjuang commented May 19, 2018 via email

@carmangary
Copy link

jasjuang I tried the latest and greatest vcpkg and it fails. I would like to know how you got it to build.

@jasjuang
Copy link
Contributor

jasjuang commented May 23, 2018 via email

@carmangary
Copy link

Thanks for responding. I am copying and pasting what I think is relevant. Let me know if there is anything else I can provide. I can confirm that I can build CUDA with other projects. dib[cuda] works, fr example. I am not using that but I tried to install it just as a test. Anyway, here is my output from opencv[cuda]

Here is the console output:

PS D:\vcpkg2> .\vcpkg.exe install opencv[cuda]
The following packages will be built and installed:
  * libpng[core]:x86-windows
    opencv[core,cuda,eigen,flann,jpeg,opengl,png,tiff]:x86-windows
  * tiff[core]:x86-windows
Additional packages (*) will be modified to complete this operation.
Starting package 1/3: tiff:x86-windows
Building package tiff[core]:x86-windows...
-- CURRENT_INSTALLED_DIR=D:/vcpkg2/installed/x86-windows
-- DOWNLOADS=D:/vcpkg2/downloads
-- CURRENT_PACKAGES_DIR=D:/vcpkg2/packages/tiff_x86-windows
-- CURRENT_BUILDTREES_DIR=D:/vcpkg2/buildtrees/tiff
-- CURRENT_PORT_DIR=D:/vcpkg2/ports/tiff
-- Using cached D:/vcpkg2/downloads/tiff-4.0.9.tar.gz
-- Testing integrity of cached file...
-- Testing integrity of cached file... OK
-- Extracting done
-- Applying patch D:/vcpkg2/ports/tiff/add-component-options.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch D:/vcpkg2/ports/tiff/add-component-options.patch done
-- Applying patch D:/vcpkg2/ports/tiff/fix-cxx-shared-libs.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch D:/vcpkg2/ports/tiff/fix-cxx-shared-libs.patch done
-- Applying patch D:/vcpkg2/ports/tiff/crt-secure-no-deprecate.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch D:/vcpkg2/ports/tiff/crt-secure-no-deprecate.patch done
-- Configuring x86-windows
-- Configuring x86-windows done
-- Build x86-windows-dbg
-- Build x86-windows-dbg done
-- Build x86-windows-rel
-- Build x86-windows-rel done
-- Installing: D:/vcpkg2/packages/tiff_x86-windows/share/tiff/copyright
-- Performing post-build validation
-- Performing post-build validation done
Building package tiff[core]:x86-windows... done
Installing package tiff[core]:x86-windows...
Installing package tiff[core]:x86-windows... done
Elapsed time for package tiff:x86-windows: 1.597 min
Starting package 2/3: libpng:x86-windows
Building package libpng[core]:x86-windows...
-- CURRENT_INSTALLED_DIR=D:/vcpkg2/installed/x86-windows
-- DOWNLOADS=D:/vcpkg2/downloads
-- CURRENT_PACKAGES_DIR=D:/vcpkg2/packages/libpng_x86-windows
-- CURRENT_BUILDTREES_DIR=D:/vcpkg2/buildtrees/libpng
-- CURRENT_PORT_DIR=D:/vcpkg2/ports/libpng
-- Using cached D:/vcpkg2/downloads/glennrp-libpng-v1.6.34.tar.gz
-- Testing integrity of cached file...
-- Testing integrity of cached file... OK
-- Applying patch D:/vcpkg2/ports/libpng/use-abort-on-all-platforms.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch D:/vcpkg2/ports/libpng/use-abort-on-all-platforms.patch done
-- Applying patch D:/vcpkg2/ports/libpng/skip-install-symlink.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch D:/vcpkg2/ports/libpng/skip-install-symlink.patch done
-- Configuring x86-windows
-- Configuring x86-windows done
-- Build x86-windows-dbg
-- Build x86-windows-dbg done
-- Build x86-windows-rel
-- Build x86-windows-rel done
-- Performing post-build validation
-- Performing post-build validation done
Building package libpng[core]:x86-windows... done
Installing package libpng[core]:x86-windows...
Installing package libpng[core]:x86-windows... done
Elapsed time for package libpng:x86-windows: 21.17 s
Starting package 3/3: opencv:x86-windows
Building package opencv[core,cuda,eigen,flann,jpeg,opengl,png,tiff]:x86-windows...
-- CURRENT_INSTALLED_DIR=D:/vcpkg2/installed/x86-windows
-- DOWNLOADS=D:/vcpkg2/downloads
-- CURRENT_PACKAGES_DIR=D:/vcpkg2/packages/opencv_x86-windows
-- CURRENT_BUILDTREES_DIR=D:/vcpkg2/buildtrees/opencv
-- CURRENT_PORT_DIR=D:/vcpkg2/ports/opencv
-- Using cached D:/vcpkg2/downloads/opencv-opencv-3.4.1.tar.gz
-- Testing integrity of cached file...
-- Testing integrity of cached file... OK
-- Applying patch D:/vcpkg2/ports/opencv/0001-winrt-fixes.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch D:/vcpkg2/ports/opencv/0001-winrt-fixes.patch done
-- Applying patch D:/vcpkg2/ports/opencv/0002-install-options.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch D:/vcpkg2/ports/opencv/0002-install-options.patch done
-- Applying patch D:/vcpkg2/ports/opencv/0003-disable-downloading.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch D:/vcpkg2/ports/opencv/0003-disable-downloading.patch done
-- Applying patch D:/vcpkg2/ports/opencv/0004-use-find-package-required.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch D:/vcpkg2/ports/opencv/0004-use-find-package-required.patch done
-- Applying patch D:/vcpkg2/ports/opencv/0005-remove-protobuf-target.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Applying patch D:/vcpkg2/ports/opencv/0005-remove-protobuf-target.patch done
-- Configuring x86-windows
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:56 (message):
    Command failed: ninja;-v
    Working Directory: D:/vcpkg2/buildtrees/opencv/x86-windows-rel/vcpkg-parallel-configure
    See logs for more information:
      D:\vcpkg2\buildtrees\opencv\config-x86-windows-out.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_configure_cmake.cmake:237 (vcpkg_execute_required_process)
  ports/opencv/portfile.cmake:239 (vcpkg_configure_cmake)
  scripts/ports.cmake:72 (include)


Error: Building package opencv:x86-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: opencv:x86-windows
  Vcpkg version: 0.0.113-nohash

Additionally, attach any relevant sections from the log files above.

Here is the log it suggests to look at:

[1/2] cmd /c "cd .. && "C:/Program Files/CMake/bin/cmake.exe" "D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d" "-DOpenCV_DISABLE_ARCH_PATH=ON" "-DBUILD_DOCS=OFF" "-DBUILD_EXAMPLES=OFF" "-DBUILD_JASPER=OFF" "-DBUILD_JPEG=OFF" "-DBUILD_OPENEXR=OFF" "-DBUILD_PACKAGE=OFF" "-DBUILD_PERF_TESTS=OFF" "-DBUILD_PNG=OFF" "-DBUILD_PROTOBUF=OFF" "-DBUILD_TESTS=OFF" "-DBUILD_TIFF=OFF" "-DBUILD_WEBP=OFF" "-DBUILD_WITH_DEBUG_INFO=ON" "-DBUILD_WITH_STATIC_CRT=0" "-DBUILD_ZLIB=OFF" "-DBUILD_opencv_apps=OFF" "-DBUILD_opencv_bgsegm=ON" "-DBUILD_opencv_dnn=OFF" "-DBUILD_opencv_flann=ON" "-DBUILD_opencv_line_descriptor=ON" "-DBUILD_opencv_ovis=OFF" "-DBUILD_opencv_python2=OFF" "-DBUILD_opencv_python3=OFF" "-DBUILD_opencv_saliency=ON" "-DBUILD_opencv_sfm=OFF" "-DPROTOBUF_UPDATE_FILES=" "-DUPDATE_PROTO_FILES=" "-DCMAKE_DISABLE_FIND_PACKAGE_JNI=ON" "-DCMAKE_MODULE_PATH=" "-DENABLE_CXX11=ON" "-DENABLE_PYLINT=OFF" "-DINSTALL_FORCE_UNIX_PATHS=ON" "-DINSTALL_LICENSE=OFF" "-DOPENCV_CONFIG_INSTALL_PATH=share/opencv" "-DOPENCV_DOWNLOAD_PATH=D:/vcpkg2/downloads/opencv-cache" "-DOPENCV_OTHER_INSTALL_PATH=share/opencv" "-DWITH_CUBLAS=OFF" "-DWITH_CUDA=ON" "-DWITH_EIGEN=ON" "-DWITH_FFMPEG=OFF" "-DWITH_GDCM=OFF" "-DWITH_IPP=OFF" "-DWITH_JASPER=OFF" "-DWITH_JPEG=ON" "-DWITH_LAPACK=OFF" "-DWITH_MSMF=ON" "-DWITH_OPENCLAMDBLAS=OFF" "-DWITH_OPENEXR=OFF" "-DWITH_OPENGL=ON" "-DWITH_PNG=ON" "-DWITH_PROTOBUF=OFF" "-DWITH_QT=OFF" "-DWITH_TIFF=ON" "-DWITH_VTK=OFF" "-DWITH_WEBP=OFF" "-DWITH_ZLIB=ON" "-DCMAKE_MAKE_PROGRAM=D:/vcpkg2/downloads/tools/ninja/ninja-1.8.2/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=D:/vcpkg2/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x86-windows" "-DVCPKG_PLATFORM_TOOLSET=v140" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=D:/vcpkg2/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=D:/vcpkg2/packages/opencv_x86-windows""
FAILED: ../CMakeCache.txt 
cmd /c "cd .. && "C:/Program Files/CMake/bin/cmake.exe" "D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d" "-DOpenCV_DISABLE_ARCH_PATH=ON" "-DBUILD_DOCS=OFF" "-DBUILD_EXAMPLES=OFF" "-DBUILD_JASPER=OFF" "-DBUILD_JPEG=OFF" "-DBUILD_OPENEXR=OFF" "-DBUILD_PACKAGE=OFF" "-DBUILD_PERF_TESTS=OFF" "-DBUILD_PNG=OFF" "-DBUILD_PROTOBUF=OFF" "-DBUILD_TESTS=OFF" "-DBUILD_TIFF=OFF" "-DBUILD_WEBP=OFF" "-DBUILD_WITH_DEBUG_INFO=ON" "-DBUILD_WITH_STATIC_CRT=0" "-DBUILD_ZLIB=OFF" "-DBUILD_opencv_apps=OFF" "-DBUILD_opencv_bgsegm=ON" "-DBUILD_opencv_dnn=OFF" "-DBUILD_opencv_flann=ON" "-DBUILD_opencv_line_descriptor=ON" "-DBUILD_opencv_ovis=OFF" "-DBUILD_opencv_python2=OFF" "-DBUILD_opencv_python3=OFF" "-DBUILD_opencv_saliency=ON" "-DBUILD_opencv_sfm=OFF" "-DPROTOBUF_UPDATE_FILES=" "-DUPDATE_PROTO_FILES=" "-DCMAKE_DISABLE_FIND_PACKAGE_JNI=ON" "-DCMAKE_MODULE_PATH=" "-DENABLE_CXX11=ON" "-DENABLE_PYLINT=OFF" "-DINSTALL_FORCE_UNIX_PATHS=ON" "-DINSTALL_LICENSE=OFF" "-DOPENCV_CONFIG_INSTALL_PATH=share/opencv" "-DOPENCV_DOWNLOAD_PATH=D:/vcpkg2/downloads/opencv-cache" "-DOPENCV_OTHER_INSTALL_PATH=share/opencv" "-DWITH_CUBLAS=OFF" "-DWITH_CUDA=ON" "-DWITH_EIGEN=ON" "-DWITH_FFMPEG=OFF" "-DWITH_GDCM=OFF" "-DWITH_IPP=OFF" "-DWITH_JASPER=OFF" "-DWITH_JPEG=ON" "-DWITH_LAPACK=OFF" "-DWITH_MSMF=ON" "-DWITH_OPENCLAMDBLAS=OFF" "-DWITH_OPENEXR=OFF" "-DWITH_OPENGL=ON" "-DWITH_PNG=ON" "-DWITH_PROTOBUF=OFF" "-DWITH_QT=OFF" "-DWITH_TIFF=ON" "-DWITH_VTK=OFF" "-DWITH_WEBP=OFF" "-DWITH_ZLIB=ON" "-DCMAKE_MAKE_PROGRAM=D:/vcpkg2/downloads/tools/ninja/ninja-1.8.2/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=D:/vcpkg2/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x86-windows" "-DVCPKG_PLATFORM_TOOLSET=v140" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=D:/vcpkg2/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=D:/vcpkg2/packages/opencv_x86-windows""
-- The CXX compiler identification is MSVC 19.0.24234.1
-- The C compiler identification is MSVC 19.0.24234.1
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64_x86/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64_x86/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64_x86/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64_x86/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test HAVE_CXX11 (check file: cmake/checks/cxx11.cpp)
-- Performing Test HAVE_CXX11 - Success
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "2.7")
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "2.6")
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "3.4")
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "3.2")
-- Performing Test HAVE_CPU_SSE3_SUPPORT (check file: cmake/checks/cpu_sse3.cpp)
-- Performing Test HAVE_CPU_SSE3_SUPPORT - Success
-- Performing Test HAVE_CPU_SSSE3_SUPPORT (check file: cmake/checks/cpu_ssse3.cpp)
-- Performing Test HAVE_CPU_SSSE3_SUPPORT - Success
-- Performing Test HAVE_CPU_SSE4_1_SUPPORT (check file: cmake/checks/cpu_sse41.cpp)
-- Performing Test HAVE_CPU_SSE4_1_SUPPORT - Success
-- Performing Test HAVE_CPU_POPCNT_SUPPORT (check file: cmake/checks/cpu_popcnt.cpp)
-- Performing Test HAVE_CPU_POPCNT_SUPPORT - Success
-- Performing Test HAVE_CPU_SSE4_2_SUPPORT (check file: cmake/checks/cpu_sse42.cpp)
-- Performing Test HAVE_CPU_SSE4_2_SUPPORT - Success
-- Performing Test HAVE_CPU_FP16_SUPPORT (check file: cmake/checks/cpu_fp16.cpp)
-- Performing Test HAVE_CPU_FP16_SUPPORT - Success
-- Performing Test HAVE_CXX_ARCH:AVX (check file: cmake/checks/cpu_avx.cpp)
-- Performing Test HAVE_CXX_ARCH:AVX - Success
-- Performing Test HAVE_CPU_BASELINE_FLAGS
-- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1 - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2 - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16 - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX - Success
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Found ZLIB: D:/vcpkg2/installed/x86-windows/lib/zlib.lib (found suitable version "1.2.11", minimum required is "1.2.3") 
-- Found JPEG: D:/vcpkg2/installed/x86-windows/lib/jpeg.lib  
-- Found TIFF: D:/vcpkg2/installed/x86-windows/lib/tiff.lib (found version "4.0.9") 
-- Looking for lzma_auto_decoder in D:/vcpkg2/installed/x86-windows/lib/lzma.lib
-- Looking for lzma_auto_decoder in D:/vcpkg2/installed/x86-windows/lib/lzma.lib - found
-- Looking for lzma_easy_encoder in D:/vcpkg2/installed/x86-windows/lib/lzma.lib
-- Looking for lzma_easy_encoder in D:/vcpkg2/installed/x86-windows/lib/lzma.lib - found
-- Looking for lzma_lzma_preset in D:/vcpkg2/installed/x86-windows/lib/lzma.lib
-- Looking for lzma_lzma_preset in D:/vcpkg2/installed/x86-windows/lib/lzma.lib - found
-- Found LibLZMA: D:/vcpkg2/installed/x86-windows/include (found version "5.2.3") 
-- Found ZLIB: D:/vcpkg2/installed/x86-windows/lib/zlib.lib (found version "1.2.11") 
-- Found PNG: D:/vcpkg2/installed/x86-windows/lib/libpng16.lib (found version "1.6.34") 
-- Looking for D:/vcpkg2/installed/x86-windows/include/libpng/png.h
-- Looking for D:/vcpkg2/installed/x86-windows/include/libpng/png.h - found
-- Looking for Mfapi.h
-- Looking for Mfapi.h - found
-- CUDA detected: 9.2
-- CUDA NVCC target flags: -gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_52,code=sm_52;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-gencode;arch=compute_70,code=sm_70;-D_FORCE_INLINES
-- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN) 
CMake Warning (dev) at D:/vcpkg2/scripts/buildsystems/vcpkg.cmake:183 (elseif):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "OpenCV_HAL" will no longer be dereferenced when the
  policy is set to NEW.  Since the policy is not set the OLD behavior will be
  used.
Call Stack (most recent call first):
  CMakeLists.txt:754 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at D:/vcpkg2/scripts/buildsystems/vcpkg.cmake:190 (elseif):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "OpenCV_HAL" will no longer be dereferenced when the
  policy is set to NEW.  Since the policy is not set the OLD behavior will be
  used.
Call Stack (most recent call first):
  CMakeLists.txt:754 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at D:/vcpkg2/scripts/buildsystems/vcpkg.cmake:201 (elseif):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "OpenCV_HAL" will no longer be dereferenced when the
  policy is set to NEW.  Since the policy is not set the OLD behavior will be
  used.
Call Stack (most recent call first):
  CMakeLists.txt:754 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at D:/vcpkg2/scripts/buildsystems/vcpkg.cmake:210 (elseif):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "OpenCV_HAL" will no longer be dereferenced when the
  policy is set to NEW.  Since the policy is not set the OLD behavior will be
  used.
Call Stack (most recent call first):
  CMakeLists.txt:754 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at D:/vcpkg2/scripts/buildsystems/vcpkg.cmake:223 (elseif):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "OpenCV_HAL" will no longer be dereferenced when the
  policy is set to NEW.  Since the policy is not set the OLD behavior will be
  used.
Call Stack (most recent call first):
  CMakeLists.txt:754 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at D:/vcpkg2/scripts/buildsystems/vcpkg.cmake:235 (elseif):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "OpenCV_HAL" will no longer be dereferenced when the
  policy is set to NEW.  Since the policy is not set the OLD behavior will be
  used.
Call Stack (most recent call first):
  CMakeLists.txt:754 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Excluding from source files list: modules/core/src/convert.avx2.cpp
-- Excluding from source files list: modules/imgproc/src/filter.avx2.cpp
-- Excluding from source files list: modules/imgproc/src/imgwarp.avx2.cpp
-- Excluding from source files list: modules/imgproc/src/resize.avx2.cpp
-- Excluding from source files list: modules/imgproc/src/undistort.avx2.cpp
-- Excluding from source files list: modules/features2d/src/fast.avx2.cpp
-- 
-- General configuration for OpenCV 3.4.1 =====================================
--   Version control:               2a73e133-dirty
-- 
--   Platform:
--     Timestamp:                   2018-05-23T10:29:55Z
--     Host:                        Windows 10.0.17134 AMD64
--     CMake:                       3.11.2
--     CMake generator:             Ninja
--     CMake build tool:            D:/vcpkg2/downloads/tools/ninja/ninja-1.8.2/ninja.exe
--     MSVC:                        1900
--     Configuration:               Release
-- 
--   CPU/HW features:
--     Baseline:                    SSE SSE2
--       requested:                 SSE2
--     Dispatched code generation:  SSE4_1 SSE4_2 FP16 AVX
--       requested:                 SSE4_1 SSE4_2 AVX FP16
--       SSE4_1 (3 files):          + SSE3 SSSE3 SSE4_1
--       SSE4_2 (1 files):          + SSE3 SSSE3 SSE4_1 POPCNT SSE4_2
--       FP16 (1 files):            + SSE3 SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
--       AVX (4 files):             + SSE3 SSSE3 SSE4_1 POPCNT SSE4_2 AVX
-- 
--   C/C++:
--     Built as dynamic libs?:      YES
--     C++11:                       YES
--     C++ Compiler:                C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64_x86/cl.exe  (ver 19.0.24234.1)
--     C++ flags (Release):         /DWIN32 /D_WINDOWS /W4 /utf-8 /GR /MP   /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:fast  /FS  /arch:SSE /arch:SSE2 /EHa /wd4127 /wd4251 /wd4324 /wd4275 /wd4512 /wd4589 /MP4   /MD /O2 /Oi /Gy /DNDEBUG /Z7   /Zi
--     C++ flags (Debug):           /DWIN32 /D_WINDOWS /W4 /utf-8 /GR /MP   /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:fast  /FS  /arch:SSE /arch:SSE2 /EHa /wd4127 /wd4251 /wd4324 /wd4275 /wd4512 /wd4589 /MP4   /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  
--     C Compiler:                  C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64_x86/cl.exe
--     C flags (Release):           /DWIN32 /D_WINDOWS /W3 /utf-8 /MP   /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:fast  /FS  /arch:SSE /arch:SSE2   /MP4    /MD /O2 /Oi /Gy /DNDEBUG /Z7   /Zi
--     C flags (Debug):             /DWIN32 /D_WINDOWS /W3 /utf-8 /MP   /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:fast  /FS  /arch:SSE /arch:SSE2   /MP4  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  
--     Linker flags (Release):      /machine:X86  /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF   /debug
--     Linker flags (Debug):        /machine:X86  /debug /INCREMENTAL 
--     ccache:                      NO
--     Precompiled headers:         NO
--     Extra dependencies:          opengl32 glu32 cudart.lib CUDA_nppc_LIBRARY-NOTFOUND CUDA_nppial_LIBRARY-NOTFOUND CUDA_nppicc_LIBRARY-NOTFOUND CUDA_nppicom_LIBRARY-NOTFOUND CUDA_nppidei_LIBRARY-NOTFOUND CUDA_nppif_LIBRARY-NOTFOUND CUDA_nppig_LIBRARY-NOTFOUND CUDA_nppim_LIBRARY-NOTFOUND CUDA_nppist_LIBRARY-NOTFOUND CUDA_nppisu_LIBRARY-NOTFOUND CUDA_nppitc_LIBRARY-NOTFOUND CUDA_npps_LIBRARY-NOTFOUND CUDA_cufft_LIBRARY-NOTFOUND -LIBPATH:"C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.2/lib/Win32"
--     3rdparty dependencies:
-- 
--   OpenCV modules:
--     To be built:                 calib3d core cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev features2d flann highgui imgcodecs imgproc java_bindings_generator ml objdetect photo python_bindings_generator shape stitching superres video videoio videostab
--     Disabled:                    js world
--     Disabled by dependency:      -
--     Unavailable:                 dnn java python2 python3 ts viz
--     Applications:                -
--     Documentation:               NO
--     Non-free algorithms:         NO
-- 
--   Windows RT support:            NO
-- 
--   GUI: 
--     Win32 UI:                    YES
--     OpenGL support:              YES (opengl32 glu32)
-- 
--   Media I/O: 
--     ZLib:                        D:/vcpkg2/installed/x86-windows/lib/zlib.lib (ver 1.2.11)
--     JPEG:                        D:/vcpkg2/installed/x86-windows/lib/jpeg.lib (ver )
--     PNG:                         D:/vcpkg2/installed/x86-windows/lib/libpng16.lib (ver 1.6.34)
--     TIFF:                        D:/vcpkg2/installed/x86-windows/lib/tiff.lib (ver 42 / 4.0.9)
-- 
--   Video I/O:
--     Video for Windows:           YES
--     DC1394:                      NO
--     GStreamer:                   NO
--     DirectShow:                  YES
--     Media Foundation:            YES
-- 
--   Parallel framework:            Concurrency
-- 
--   Trace:                         YES (with Intel ITT)
-- 
--   Other third-party libraries:
--     Eigen:                       YES (ver 3.3.4)
--     Custom HAL:                  NO
-- 
--   NVIDIA CUDA:                   YES (ver 9.2, CUFFT NVCUVID)
--     NVIDIA GPU arch:             30 35 37 50 52 60 61 70
--     NVIDIA PTX archs:
-- 
--   OpenCL:                        YES (no extra features)
--     Include path:                D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/3rdparty/include/opencl/1.2
--     Link libraries:              Dynamic load
-- 
--   Python (for build):            NO
-- 
--   Java:                          
--     ant:                         NO
--     JNI:                         NO
--     Java wrappers:               NO
--     Java tests:                  NO
-- 
--   Matlab:                        NO
-- 
--   Install to:                    D:/vcpkg2/packages/opencv_x86-windows
-- -----------------------------------------------------------------
-- 
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CUDA_cufft_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppc_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppial_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppicc_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppicom_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppidei_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppif_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppig_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppim_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppist_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppisu_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppitc_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_npps_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab

-- Configuring incomplete, errors occurred!
See also "D:/vcpkg2/buildtrees/opencv/x86-windows-rel/CMakeFiles/CMakeOutput.log".
[2/2] cmd /c "cd ../../x86-windows-dbg && "C:/Program Files/CMake/bin/cmake.exe" "D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d" "-DOpenCV_DISABLE_ARCH_PATH=ON" "-DBUILD_DOCS=OFF" "-DBUILD_EXAMPLES=OFF" "-DBUILD_JASPER=OFF" "-DBUILD_JPEG=OFF" "-DBUILD_OPENEXR=OFF" "-DBUILD_PACKAGE=OFF" "-DBUILD_PERF_TESTS=OFF" "-DBUILD_PNG=OFF" "-DBUILD_PROTOBUF=OFF" "-DBUILD_TESTS=OFF" "-DBUILD_TIFF=OFF" "-DBUILD_WEBP=OFF" "-DBUILD_WITH_DEBUG_INFO=ON" "-DBUILD_WITH_STATIC_CRT=0" "-DBUILD_ZLIB=OFF" "-DBUILD_opencv_apps=OFF" "-DBUILD_opencv_bgsegm=ON" "-DBUILD_opencv_dnn=OFF" "-DBUILD_opencv_flann=ON" "-DBUILD_opencv_line_descriptor=ON" "-DBUILD_opencv_ovis=OFF" "-DBUILD_opencv_python2=OFF" "-DBUILD_opencv_python3=OFF" "-DBUILD_opencv_saliency=ON" "-DBUILD_opencv_sfm=OFF" "-DPROTOBUF_UPDATE_FILES=" "-DUPDATE_PROTO_FILES=" "-DCMAKE_DISABLE_FIND_PACKAGE_JNI=ON" "-DCMAKE_MODULE_PATH=" "-DENABLE_CXX11=ON" "-DENABLE_PYLINT=OFF" "-DINSTALL_FORCE_UNIX_PATHS=ON" "-DINSTALL_LICENSE=OFF" "-DOPENCV_CONFIG_INSTALL_PATH=share/opencv" "-DOPENCV_DOWNLOAD_PATH=D:/vcpkg2/downloads/opencv-cache" "-DOPENCV_OTHER_INSTALL_PATH=share/opencv" "-DWITH_CUBLAS=OFF" "-DWITH_CUDA=ON" "-DWITH_EIGEN=ON" "-DWITH_FFMPEG=OFF" "-DWITH_GDCM=OFF" "-DWITH_IPP=OFF" "-DWITH_JASPER=OFF" "-DWITH_JPEG=ON" "-DWITH_LAPACK=OFF" "-DWITH_MSMF=ON" "-DWITH_OPENCLAMDBLAS=OFF" "-DWITH_OPENEXR=OFF" "-DWITH_OPENGL=ON" "-DWITH_PNG=ON" "-DWITH_PROTOBUF=OFF" "-DWITH_QT=OFF" "-DWITH_TIFF=ON" "-DWITH_VTK=OFF" "-DWITH_WEBP=OFF" "-DWITH_ZLIB=ON" "-DCMAKE_MAKE_PROGRAM=D:/vcpkg2/downloads/tools/ninja/ninja-1.8.2/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=D:/vcpkg2/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x86-windows" "-DVCPKG_PLATFORM_TOOLSET=v140" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=D:/vcpkg2/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-DINSTALL_HEADERS=OFF" "-DINSTALL_OTHER=OFF" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Debug" "-DCMAKE_INSTALL_PREFIX=D:/vcpkg2/packages/opencv_x86-windows/debug""
FAILED: ../../x86-windows-dbg/CMakeCache.txt 
cmd /c "cd ../../x86-windows-dbg && "C:/Program Files/CMake/bin/cmake.exe" "D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d" "-DOpenCV_DISABLE_ARCH_PATH=ON" "-DBUILD_DOCS=OFF" "-DBUILD_EXAMPLES=OFF" "-DBUILD_JASPER=OFF" "-DBUILD_JPEG=OFF" "-DBUILD_OPENEXR=OFF" "-DBUILD_PACKAGE=OFF" "-DBUILD_PERF_TESTS=OFF" "-DBUILD_PNG=OFF" "-DBUILD_PROTOBUF=OFF" "-DBUILD_TESTS=OFF" "-DBUILD_TIFF=OFF" "-DBUILD_WEBP=OFF" "-DBUILD_WITH_DEBUG_INFO=ON" "-DBUILD_WITH_STATIC_CRT=0" "-DBUILD_ZLIB=OFF" "-DBUILD_opencv_apps=OFF" "-DBUILD_opencv_bgsegm=ON" "-DBUILD_opencv_dnn=OFF" "-DBUILD_opencv_flann=ON" "-DBUILD_opencv_line_descriptor=ON" "-DBUILD_opencv_ovis=OFF" "-DBUILD_opencv_python2=OFF" "-DBUILD_opencv_python3=OFF" "-DBUILD_opencv_saliency=ON" "-DBUILD_opencv_sfm=OFF" "-DPROTOBUF_UPDATE_FILES=" "-DUPDATE_PROTO_FILES=" "-DCMAKE_DISABLE_FIND_PACKAGE_JNI=ON" "-DCMAKE_MODULE_PATH=" "-DENABLE_CXX11=ON" "-DENABLE_PYLINT=OFF" "-DINSTALL_FORCE_UNIX_PATHS=ON" "-DINSTALL_LICENSE=OFF" "-DOPENCV_CONFIG_INSTALL_PATH=share/opencv" "-DOPENCV_DOWNLOAD_PATH=D:/vcpkg2/downloads/opencv-cache" "-DOPENCV_OTHER_INSTALL_PATH=share/opencv" "-DWITH_CUBLAS=OFF" "-DWITH_CUDA=ON" "-DWITH_EIGEN=ON" "-DWITH_FFMPEG=OFF" "-DWITH_GDCM=OFF" "-DWITH_IPP=OFF" "-DWITH_JASPER=OFF" "-DWITH_JPEG=ON" "-DWITH_LAPACK=OFF" "-DWITH_MSMF=ON" "-DWITH_OPENCLAMDBLAS=OFF" "-DWITH_OPENEXR=OFF" "-DWITH_OPENGL=ON" "-DWITH_PNG=ON" "-DWITH_PROTOBUF=OFF" "-DWITH_QT=OFF" "-DWITH_TIFF=ON" "-DWITH_VTK=OFF" "-DWITH_WEBP=OFF" "-DWITH_ZLIB=ON" "-DCMAKE_MAKE_PROGRAM=D:/vcpkg2/downloads/tools/ninja/ninja-1.8.2/ninja.exe" "-DBUILD_SHARED_LIBS=ON" "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=D:/vcpkg2/scripts/toolchains/windows.cmake" "-DVCPKG_TARGET_TRIPLET=x86-windows" "-DVCPKG_PLATFORM_TOOLSET=v140" "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" "-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON" "-DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DVCPKG_APPLOCAL_DEPS=OFF" "-DCMAKE_TOOLCHAIN_FILE=D:/vcpkg2/scripts/buildsystems/vcpkg.cmake" "-DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON" "-DVCPKG_CXX_FLAGS=" "-DVCPKG_CXX_FLAGS_RELEASE=" "-DVCPKG_CXX_FLAGS_DEBUG=" "-DVCPKG_C_FLAGS=" "-DVCPKG_C_FLAGS_RELEASE=" "-DVCPKG_C_FLAGS_DEBUG=" "-DVCPKG_CRT_LINKAGE=dynamic" "-DVCPKG_LINKER_FLAGS=" "-DCMAKE_INSTALL_LIBDIR:STRING=lib" "-DCMAKE_INSTALL_BINDIR:STRING=bin" "-DINSTALL_HEADERS=OFF" "-DINSTALL_OTHER=OFF" "-G" "Ninja" "-DCMAKE_BUILD_TYPE=Debug" "-DCMAKE_INSTALL_PREFIX=D:/vcpkg2/packages/opencv_x86-windows/debug""
-- The CXX compiler identification is MSVC 19.0.24234.1
-- The C compiler identification is MSVC 19.0.24234.1
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64_x86/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64_x86/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64_x86/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64_x86/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test HAVE_CXX11 (check file: cmake/checks/cxx11.cpp)
-- Performing Test HAVE_CXX11 - Success
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "2.7")
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "2.6")
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "3.4")
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "3.2")
-- Performing Test HAVE_CPU_SSE3_SUPPORT (check file: cmake/checks/cpu_sse3.cpp)
-- Performing Test HAVE_CPU_SSE3_SUPPORT - Success
-- Performing Test HAVE_CPU_SSSE3_SUPPORT (check file: cmake/checks/cpu_ssse3.cpp)
-- Performing Test HAVE_CPU_SSSE3_SUPPORT - Success
-- Performing Test HAVE_CPU_SSE4_1_SUPPORT (check file: cmake/checks/cpu_sse41.cpp)
-- Performing Test HAVE_CPU_SSE4_1_SUPPORT - Success
-- Performing Test HAVE_CPU_POPCNT_SUPPORT (check file: cmake/checks/cpu_popcnt.cpp)
-- Performing Test HAVE_CPU_POPCNT_SUPPORT - Success
-- Performing Test HAVE_CPU_SSE4_2_SUPPORT (check file: cmake/checks/cpu_sse42.cpp)
-- Performing Test HAVE_CPU_SSE4_2_SUPPORT - Success
-- Performing Test HAVE_CPU_FP16_SUPPORT (check file: cmake/checks/cpu_fp16.cpp)
-- Performing Test HAVE_CPU_FP16_SUPPORT - Success
-- Performing Test HAVE_CXX_ARCH:AVX (check file: cmake/checks/cpu_avx.cpp)
-- Performing Test HAVE_CXX_ARCH:AVX - Success
-- Performing Test HAVE_CPU_BASELINE_FLAGS
-- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1 - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2 - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16 - Success
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX
-- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX - Success
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Found ZLIB: optimized;D:/vcpkg2/installed/x86-windows/lib/zlib.lib;debug;D:/vcpkg2/installed/x86-windows/debug/lib/zlibd.lib (found suitable version "1.2.11", minimum required is "1.2.3") 
-- Found JPEG: D:/vcpkg2/installed/x86-windows/debug/lib/jpeg.lib  
-- Found TIFF: optimized;D:/vcpkg2/installed/x86-windows/lib/tiff.lib;debug;D:/vcpkg2/installed/x86-windows/debug/lib/tiffd.lib (found version "4.0.9") 
-- Looking for lzma_auto_decoder in D:/vcpkg2/installed/x86-windows/debug/lib/lzma.lib
-- Looking for lzma_auto_decoder in D:/vcpkg2/installed/x86-windows/debug/lib/lzma.lib - found
-- Looking for lzma_easy_encoder in D:/vcpkg2/installed/x86-windows/debug/lib/lzma.lib
-- Looking for lzma_easy_encoder in D:/vcpkg2/installed/x86-windows/debug/lib/lzma.lib - found
-- Looking for lzma_lzma_preset in D:/vcpkg2/installed/x86-windows/debug/lib/lzma.lib
-- Looking for lzma_lzma_preset in D:/vcpkg2/installed/x86-windows/debug/lib/lzma.lib - found
-- Found LibLZMA: D:/vcpkg2/installed/x86-windows/include (found version "5.2.3") 
-- Found ZLIB: optimized;D:/vcpkg2/installed/x86-windows/lib/zlib.lib;debug;D:/vcpkg2/installed/x86-windows/debug/lib/zlibd.lib (found version "1.2.11") 
-- Found PNG: optimized;D:/vcpkg2/installed/x86-windows/lib/libpng16.lib;debug;D:/vcpkg2/installed/x86-windows/debug/lib/libpng16d.lib (found version "1.6.34") 
-- Looking for D:/vcpkg2/installed/x86-windows/include/libpng/png.h
-- Looking for D:/vcpkg2/installed/x86-windows/include/libpng/png.h - found
-- Looking for Mfapi.h
-- Looking for Mfapi.h - found
-- CUDA detected: 9.2
-- CUDA NVCC target flags: -gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_52,code=sm_52;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-gencode;arch=compute_70,code=sm_70;-D_FORCE_INLINES
-- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN) 
CMake Warning (dev) at D:/vcpkg2/scripts/buildsystems/vcpkg.cmake:183 (elseif):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "OpenCV_HAL" will no longer be dereferenced when the
  policy is set to NEW.  Since the policy is not set the OLD behavior will be
  used.
Call Stack (most recent call first):
  CMakeLists.txt:754 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at D:/vcpkg2/scripts/buildsystems/vcpkg.cmake:190 (elseif):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "OpenCV_HAL" will no longer be dereferenced when the
  policy is set to NEW.  Since the policy is not set the OLD behavior will be
  used.
Call Stack (most recent call first):
  CMakeLists.txt:754 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at D:/vcpkg2/scripts/buildsystems/vcpkg.cmake:201 (elseif):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "OpenCV_HAL" will no longer be dereferenced when the
  policy is set to NEW.  Since the policy is not set the OLD behavior will be
  used.
Call Stack (most recent call first):
  CMakeLists.txt:754 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at D:/vcpkg2/scripts/buildsystems/vcpkg.cmake:210 (elseif):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "OpenCV_HAL" will no longer be dereferenced when the
  policy is set to NEW.  Since the policy is not set the OLD behavior will be
  used.
Call Stack (most recent call first):
  CMakeLists.txt:754 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at D:/vcpkg2/scripts/buildsystems/vcpkg.cmake:223 (elseif):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "OpenCV_HAL" will no longer be dereferenced when the
  policy is set to NEW.  Since the policy is not set the OLD behavior will be
  used.
Call Stack (most recent call first):
  CMakeLists.txt:754 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at D:/vcpkg2/scripts/buildsystems/vcpkg.cmake:235 (elseif):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "OpenCV_HAL" will no longer be dereferenced when the
  policy is set to NEW.  Since the policy is not set the OLD behavior will be
  used.
Call Stack (most recent call first):
  CMakeLists.txt:754 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Excluding from source files list: modules/core/src/convert.avx2.cpp
-- Excluding from source files list: modules/imgproc/src/filter.avx2.cpp
-- Excluding from source files list: modules/imgproc/src/imgwarp.avx2.cpp
-- Excluding from source files list: modules/imgproc/src/resize.avx2.cpp
-- Excluding from source files list: modules/imgproc/src/undistort.avx2.cpp
-- Excluding from source files list: modules/features2d/src/fast.avx2.cpp
-- 
-- General configuration for OpenCV 3.4.1 =====================================
--   Version control:               2a73e133-dirty
-- 
--   Platform:
--     Timestamp:                   2018-05-23T10:29:59Z
--     Host:                        Windows 10.0.17134 AMD64
--     CMake:                       3.11.2
--     CMake generator:             Ninja
--     CMake build tool:            D:/vcpkg2/downloads/tools/ninja/ninja-1.8.2/ninja.exe
--     MSVC:                        1900
--     Configuration:               Debug
-- 
--   CPU/HW features:
--     Baseline:                    SSE SSE2
--       requested:                 SSE2
--     Dispatched code generation:  SSE4_1 SSE4_2 FP16 AVX
--       requested:                 SSE4_1 SSE4_2 AVX FP16
--       SSE4_1 (3 files):          + SSE3 SSSE3 SSE4_1
--       SSE4_2 (1 files):          + SSE3 SSSE3 SSE4_1 POPCNT SSE4_2
--       FP16 (1 files):            + SSE3 SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
--       AVX (4 files):             + SSE3 SSSE3 SSE4_1 POPCNT SSE4_2 AVX
-- 
--   C/C++:
--     Built as dynamic libs?:      YES
--     C++11:                       YES
--     C++ Compiler:                C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64_x86/cl.exe  (ver 19.0.24234.1)
--     C++ flags (Release):         /DWIN32 /D_WINDOWS /W4 /utf-8 /GR /MP   /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:fast  /FS  /arch:SSE /arch:SSE2 /EHa /wd4127 /wd4251 /wd4324 /wd4275 /wd4512 /wd4589 /MP4   /MD /O2 /Oi /Gy /DNDEBUG /Z7   /Zi
--     C++ flags (Debug):           /DWIN32 /D_WINDOWS /W4 /utf-8 /GR /MP   /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:fast  /FS  /arch:SSE /arch:SSE2 /EHa /wd4127 /wd4251 /wd4324 /wd4275 /wd4512 /wd4589 /MP4   /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  
--     C Compiler:                  C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64_x86/cl.exe
--     C flags (Release):           /DWIN32 /D_WINDOWS /W3 /utf-8 /MP   /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:fast  /FS  /arch:SSE /arch:SSE2   /MP4    /MD /O2 /Oi /Gy /DNDEBUG /Z7   /Zi
--     C flags (Debug):             /DWIN32 /D_WINDOWS /W3 /utf-8 /MP   /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:fast  /FS  /arch:SSE /arch:SSE2   /MP4  /D_DEBUG /MDd /Z7 /Ob0 /Od /RTC1  
--     Linker flags (Release):      /machine:X86  /DEBUG /INCREMENTAL:NO /OPT:REF /OPT:ICF   /debug
--     Linker flags (Debug):        /machine:X86  /debug /INCREMENTAL 
--     ccache:                      NO
--     Precompiled headers:         NO
--     Extra dependencies:          opengl32 glu32 cudart.lib CUDA_nppc_LIBRARY-NOTFOUND CUDA_nppial_LIBRARY-NOTFOUND CUDA_nppicc_LIBRARY-NOTFOUND CUDA_nppicom_LIBRARY-NOTFOUND CUDA_nppidei_LIBRARY-NOTFOUND CUDA_nppif_LIBRARY-NOTFOUND CUDA_nppig_LIBRARY-NOTFOUND CUDA_nppim_LIBRARY-NOTFOUND CUDA_nppist_LIBRARY-NOTFOUND CUDA_nppisu_LIBRARY-NOTFOUND CUDA_nppitc_LIBRARY-NOTFOUND CUDA_npps_LIBRARY-NOTFOUND CUDA_cufft_LIBRARY-NOTFOUND -LIBPATH:"C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.2/lib/Win32"
--     3rdparty dependencies:
-- 
--   OpenCV modules:
--     To be built:                 calib3d core cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev features2d flann highgui imgcodecs imgproc java_bindings_generator ml objdetect photo python_bindings_generator shape stitching superres video videoio videostab
--     Disabled:                    js world
--     Disabled by dependency:      -
--     Unavailable:                 dnn java python2 python3 ts viz
--     Applications:                -
--     Documentation:               NO
--     Non-free algorithms:         NO
-- 
--   Windows RT support:            NO
-- 
--   GUI: 
--     Win32 UI:                    YES
--     OpenGL support:              YES (opengl32 glu32)
-- 
--   Media I/O: 
--     ZLib:                        optimized D:/vcpkg2/installed/x86-windows/lib/zlib.lib debug D:/vcpkg2/installed/x86-windows/debug/lib/zlibd.lib (ver 1.2.11)
--     JPEG:                        D:/vcpkg2/installed/x86-windows/debug/lib/jpeg.lib (ver )
--     PNG:                         optimized D:/vcpkg2/installed/x86-windows/lib/libpng16.lib debug D:/vcpkg2/installed/x86-windows/debug/lib/libpng16d.lib (ver 1.6.34)
--     TIFF:                        optimized D:/vcpkg2/installed/x86-windows/lib/tiff.lib debug D:/vcpkg2/installed/x86-windows/debug/lib/tiffd.lib (ver 42 / 4.0.9)
-- 
--   Video I/O:
--     Video for Windows:           YES
--     DC1394:                      NO
--     GStreamer:                   NO
--     DirectShow:                  YES
--     Media Foundation:            YES
-- 
--   Parallel framework:            Concurrency
-- 
--   Trace:                         YES (with Intel ITT)
-- 
--   Other third-party libraries:
--     Eigen:                       YES (ver 3.3.4)
--     Custom HAL:                  NO
-- 
--   NVIDIA CUDA:                   YES (ver 9.2, CUFFT NVCUVID)
--     NVIDIA GPU arch:             30 35 37 50 52 60 61 70
--     NVIDIA PTX archs:
-- 
--   OpenCL:                        YES (no extra features)
--     Include path:                D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/3rdparty/include/opencl/1.2
--     Link libraries:              Dynamic load
-- 
--   Python (for build):            NO
-- 
--   Java:                          
--     ant:                         NO
--     JNI:                         NO
--     Java wrappers:               NO
--     Java tests:                  NO
-- 
--   Matlab:                        NO
-- 
--   Install to:                    D:/vcpkg2/packages/opencv_x86-windows/debug
-- -----------------------------------------------------------------
-- 
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CUDA_cufft_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppc_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppial_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppicc_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppicom_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppidei_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppif_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppig_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppim_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppist_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppisu_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_nppitc_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
CUDA_npps_LIBRARY (ADVANCED)
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_cudev" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudev
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_core" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/core
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_cudaarithm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaarithm
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_flann" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/flann
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_imgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgproc
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_ml" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/ml
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_objdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/objdetect
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_video" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/video
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudabgsegm" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudabgsegm
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudafilters" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafilters
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudaimgproc" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaimgproc
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_cudawarping" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudawarping
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_imgcodecs" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/imgcodecs
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_photo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/photo
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_shape" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/shape
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_videoio" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videoio
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_cudacodec" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudacodec
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_highgui" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/highgui
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_features2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/features2d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_calib3d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/calib3d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudafeatures2d" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudafeatures2d
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudalegacy" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudalegacy
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaobjdetect" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaobjdetect
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudaoptflow" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudaoptflow
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_cudastereo" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/cudastereo
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_stitching" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/stitching
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_superres" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/superres
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab
    linked by target "opencv_videostab" in directory D:/vcpkg2/buildtrees/opencv/src/3.4.1-273ea13f6d/modules/videostab

-- Configuring incomplete, errors occurred!
See also "D:/vcpkg2/buildtrees/opencv/x86-windows-dbg/CMakeFiles/CMakeOutput.log".
ninja: build stopped: subcommand failed.

@jasjuang
Copy link
Contributor

jasjuang commented May 23, 2018 via email

@carmangary
Copy link

I have CMake 3.11.2 and reinstalled CUDA 9.2 as you suggested. It did not make any difference. I have Windows 10 with latest updates and VS 2017 Pro with latest updates. I think the CUDA installation is fine because it works with other packages, just not opencv. I'm kind of bummed I can not figure this one out.

@jasjuang
Copy link
Contributor

jasjuang commented May 24, 2018 via email

@carmangary
Copy link

carmangary commented May 24, 2018 via email

@carmangary
Copy link

Seems like the x64-windows build works if done with 140 toolkit. x86 does not seem to work at all. Guess I will just use opencv without cuda until someone can fix it.

@hmoenck
Copy link

hmoenck commented Dec 5, 2018

I was having a similar issue with OpenCV and Cuda 9.2. In the case of Cuda 9.2, it is only compatible with "Microsoft (R) C/C++ Optimizing Compiler Version 19.13.XXXXX.X for x64" and maybe earlier. For me 19.15.XXXXX.X and newer produced he same error. This, however, is not an issue of opencv, but an issue of cuda. To install a specific version of the VS toolset, do:

vs_installer.exe --quiet --norestart --add Microsoft.VisualStudio.Component.VC.Tools.14.13

You might want to create your own triplet file like this:

set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE dynamic)
set(VCPKG_BUILD_TYPE release)
set(VCPKG_PLATFORM_TOOLSET "v141")
set(VCPKG_PLATFORM_TOOLSET_VERSION "14.13")

Info on Cuda 10.

@brians1196
Copy link

Seems like the x64-windows build works if done with 140 toolkit. x86 does not seem to work at all. Guess I will just use opencv without cuda until someone can fix it.

NVIDIA does not support 32-but builds for a number of compilers and support libraries. Please see the following documentation:

https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#abstract

@dwc035
Copy link

dwc035 commented Jan 18, 2019

thanks @brians1196 && @carmangary
x64 builds correctly, but x86 don't.
Will try working x64 and see how it goes.

@NancyLi1013 NancyLi1013 added the category:port-bug The issue is with a library, which is something the port should already support label Feb 14, 2019
@cagnulein
Copy link

cagnulein commented Mar 11, 2019

Similar issue here:

config-x86-windows-out.log

solved: i forgot $env:VCPKG_DEFAULT_TRIPLET = "x64-windows"

@dwc035
Copy link

dwc035 commented Mar 11, 2019 via email

@carmangary
Copy link

OpenCV [CUDA] option only builds on x64, as some cuda libraries are only available for x64.

________________________________ From: cagnulein notifications@github.com Sent: Monday, March 11, 2019 6:45:32 AM To: Microsoft/vcpkg Cc: David Cloutier; Comment Subject: Re: [Microsoft/vcpkg] OpenCV build with CUDA fails (#2749) Similar issue here: config-x86-windows-out.loghttps://github.com/Microsoft/vcpkg/files/2951802/config-x86-windows-out.log — You are receiving this because you commented. Reply to this email directly, view it on GitHub<#2749 (comment)>, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AQKKBjkb9GrEh3ImFBW1c1TUwvllVs_pks5vVjPMgaJpZM4R-N7V.

That could be a vcpkg bug/enhancement then. If some option is not supported for the specified architecture then there should be an "unsupported configuration" error generated instead of just failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants