Ubuntu16.04安装opencv2.4.8报错

在ubuntu16.04中安装opencv2.4.8的时候利用如下命令进行cmake:
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/home/haha/local -D BUILD_opencv_gpu=OFF -D CUDA_GENERATION=Kepler -D PYTHON_LIBRARY=/home/haha/local/anaconda/bin …
报错如下:
(哪位大神给解决一下,感激涕零!)

– Detected version of GNU GCC: 54 (504)
CMake Warning (dev) at cmake/OpenCVUtils.cmake:203 (if):
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 “CMAKE_COMPILER_IS_GNUCXX” 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:207 (OCV_OPTION)
This warning is for project developers. Use -Wno-dev to suppress it.

– Found OpenEXR: /usr/lib/x86_64-linux-gnu/libIlmImf.so
– checking for module ‘gstreamer-base-0.10’
– package ‘gstreamer-base-0.10’ not found
– checking for module ‘libv4l1’
– package ‘libv4l1’ not found
– Looking for linux/videodev.h
– Looking for linux/videodev.h - not found
– Looking for linux/videodev2.h
– Looking for linux/videodev2.h - found
– Looking for sys/videoio.h
– Looking for sys/videoio.h - not found
– Looking for libavformat/avformat.h
– Looking for libavformat/avformat.h - found
– Looking for ffmpeg/avformat.h
– Looking for ffmpeg/avformat.h - not found
– CUDA detected: 9.0
– CUDA NVCC target flags: -gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35
– Could NOT find JNI (missing: JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
– Assume that non-module dependency is available: CUDA_nppi_LIBRARY-NOTFOUND (for module opencv_core)
CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
modules/core/CMakeLists.txt:56 (ocv_add_precompiled_headers)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
modules/core/CMakeLists.txt:56 (ocv_add_precompiled_headers)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_test_core”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
modules/core/CMakeLists.txt:58 (ocv_add_accuracy_tests)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
modules/core/CMakeLists.txt:58 (ocv_add_accuracy_tests)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
modules/core/CMakeLists.txt:58 (ocv_add_accuracy_tests)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
modules/core/CMakeLists.txt:59 (ocv_add_perf_tests)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
modules/core/CMakeLists.txt:59 (ocv_add_perf_tests)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/flann/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/flann/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_test_flann”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/flann/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/flann/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/flann/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/imgproc/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/imgproc/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_test_imgproc”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/imgproc/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/imgproc/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/imgproc/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/imgproc/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/imgproc/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
modules/highgui/CMakeLists.txt:285 (ocv_add_precompiled_headers)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
modules/highgui/CMakeLists.txt:285 (ocv_add_precompiled_headers)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_test_highgui”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
modules/highgui/CMakeLists.txt:321 (ocv_add_accuracy_tests)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
modules/highgui/CMakeLists.txt:321 (ocv_add_accuracy_tests)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
modules/highgui/CMakeLists.txt:321 (ocv_add_accuracy_tests)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
modules/highgui/CMakeLists.txt:322 (ocv_add_perf_tests)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
modules/highgui/CMakeLists.txt:322 (ocv_add_perf_tests)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/features2d/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/features2d/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target
“opencv_test_features2d”. Use the target name directly with
add_custom_command, or use the generator expression $, as
appropriate.

Call Stack (most recent call first):
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/features2d/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/features2d/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/features2d/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/features2d/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/features2d/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/calib3d/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/calib3d/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_test_calib3d”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/calib3d/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/calib3d/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/calib3d/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/calib3d/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/calib3d/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/ml/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/ml/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_test_ml”. Use
the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/ml/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/ml/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/ml/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/objdetect/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/objdetect/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target
“opencv_test_objdetect”. Use the target name directly with
add_custom_command, or use the generator expression $, as
appropriate.

Call Stack (most recent call first):
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/objdetect/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/objdetect/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/objdetect/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/objdetect/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/objdetect/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/video/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/video/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_test_video”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/video/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/video/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/video/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/video/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/video/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/ocl/CMakeLists.txt:7 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/ocl/CMakeLists.txt:7 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_test_ocl”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/ocl/CMakeLists.txt:7 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/ocl/CMakeLists.txt:7 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/ocl/CMakeLists.txt:7 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/ocl/CMakeLists.txt:7 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/ocl/CMakeLists.txt:7 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/nonfree/CMakeLists.txt:11 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/nonfree/CMakeLists.txt:11 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_test_nonfree”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/nonfree/CMakeLists.txt:11 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/nonfree/CMakeLists.txt:11 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/nonfree/CMakeLists.txt:11 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/nonfree/CMakeLists.txt:11 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/nonfree/CMakeLists.txt:11 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/contrib/CMakeLists.txt:1 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/contrib/CMakeLists.txt:1 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_test_contrib”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/contrib/CMakeLists.txt:1 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/contrib/CMakeLists.txt:1 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/contrib/CMakeLists.txt:1 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/legacy/CMakeLists.txt:1 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/legacy/CMakeLists.txt:1 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_test_legacy”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/legacy/CMakeLists.txt:1 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/legacy/CMakeLists.txt:1 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/legacy/CMakeLists.txt:1 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/photo/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/photo/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_test_photo”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/photo/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/photo/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/photo/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/photo/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/photo/CMakeLists.txt:2 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/stitching/CMakeLists.txt:5 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/stitching/CMakeLists.txt:5 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target
“opencv_test_stitching”. Use the target name directly with
add_custom_command, or use the generator expression $, as
appropriate.

Call Stack (most recent call first):
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/stitching/CMakeLists.txt:5 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/stitching/CMakeLists.txt:5 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/stitching/CMakeLists.txt:5 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/stitching/CMakeLists.txt:5 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/stitching/CMakeLists.txt:5 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/superres/CMakeLists.txt:7 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/superres/CMakeLists.txt:7 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:760 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target
“opencv_test_superres”. Use the target name directly with
add_custom_command, or use the generator expression $, as
appropriate.

Call Stack (most recent call first):
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/superres/CMakeLists.txt:7 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/superres/CMakeLists.txt:7 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:763 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:623 (ocv_add_accuracy_tests)
modules/superres/CMakeLists.txt:7 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/superres/CMakeLists.txt:7 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:709 (ocv_add_precompiled_headers)
cmake/OpenCVModule.cmake:624 (ocv_add_perf_tests)
modules/superres/CMakeLists.txt:7 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
modules/ts/CMakeLists.txt:18 (ocv_add_precompiled_headers)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
modules/ts/CMakeLists.txt:18 (ocv_add_precompiled_headers)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:64 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/videostab/CMakeLists.txt:5 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:65 (GET_DIRECTORY_PROPERTY):
Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
property. Run “cmake --help-policy CMP0059” for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
cmake/OpenCVPCHSupport.cmake:240 (_PCH_GET_COMPILE_FLAGS)
cmake/OpenCVPCHSupport.cmake:350 (add_precompiled_header)
cmake/OpenCVModule.cmake:608 (ocv_add_precompiled_header_to_target)
cmake/OpenCVModule.cmake:621 (ocv_add_precompiled_headers)
modules/videostab/CMakeLists.txt:5 (ocv_define_module)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target “dl”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:886 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target “m”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:886 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target “pthread”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:886 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target “rt”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:886 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target
“/usr/local/cuda-9.0/lib64/libcudart.so”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:886 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target
“/usr/local/cuda-9.0/lib64/libnppc.so”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:886 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target
“CUDA_nppi_LIBRARY-NOTFOUND”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:886 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target
“/usr/local/cuda-9.0/lib64/libnpps.so”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:886 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target
“/usr/local/cuda-9.0/lib64/libcufft.so”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:886 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target “dl”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:887 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target “m”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:887 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target “pthread”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:887 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target “rt”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:887 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target
“/usr/local/cuda-9.0/lib64/libcudart.so”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:887 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target
“/usr/local/cuda-9.0/lib64/libnppc.so”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:887 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target
“CUDA_nppi_LIBRARY-NOTFOUND”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:887 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target
“/usr/local/cuda-9.0/lib64/libnpps.so”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:887 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVModule.cmake:840 (get_target_property):
Policy CMP0045 is not set: Error on non-existent target in
get_target_property. Run “cmake --help-policy CMP0045” for policy details.
Use the cmake_policy command to set the policy and suppress this warning.

get_target_property() called with non-existent target
“/usr/local/cuda-9.0/lib64/libcufft.so”.
Call Stack (most recent call first):
cmake/OpenCVModule.cmake:887 (__ocv_track_module_link_dependencies)
CMakeLists.txt:544 (ocv_track_build_dependencies)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_calib3d”. Use
the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_contrib”. Use
the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_core”. Use
the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_features2d”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_flann”. Use
the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_highgui”. Use
the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_imgproc”. Use
the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_legacy”. Use
the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_ml”. Use the
target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_nonfree”. Use
the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_objdetect”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_ocl”. Use the
target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_photo”. Use
the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_stitching”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_superres”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_ts”. Use the
target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_video”. Use
the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at cmake/OpenCVGenPkgconfig.cmake:40 (get_target_property):
Policy CMP0026 is not set: Disallow use of the LOCATION target property.
Run “cmake --help-policy CMP0026” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.

The LOCATION property should not be read from target “opencv_videostab”.
Use the target name directly with add_custom_command, or use the generator
expression $, as appropriate.

Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.


– General configuration for OpenCV 2.4.8 =====================================
– Version control: unknown

– Platform:
– Host: Linux 4.15.0-46-generic x86_64
– CMake: 3.5.2
– CMake generator: Unix Makefiles
– CMake build tool: /usr/bin/make
– Configuration: RELEASE

– C/C++:
– Built as dynamic libs?: YES
– C++ Compiler: /usr/bin/c++ (ver 5.4.0)
– C++ flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -O3 -DNDEBUG -DNDEBUG
– C++ flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -g -O0 -DDEBUG -D_DEBUG
– C Compiler: /usr/bin/cc
– C flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -O3 -DNDEBUG -DNDEBUG
– C flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -ffunction-sections -g -O0 -DDEBUG -D_DEBUG
– Linker flags (Release):
– Linker flags (Debug):
– Precompiled headers: YES

– OpenCV modules:
– To be built: core flann imgproc highgui features2d calib3d ml objdetect video ocl nonfree contrib legacy photo python stitching superres ts videostab
– Disabled: gpu world
– Disabled by dependency: -
– Unavailable: androidcamera dynamicuda java

– GUI:
– QT: NO
– GTK+ 2.x: YES (ver 2.24.30)
– GThread : YES (ver 2.48.2)
– GtkGlExt: NO
– OpenGL support: NO

– Media I/O:
– ZLib: /home/lbz/local/anaconda/lib/libz.so (ver 1.2.8)
– JPEG: /home/lbz/local/anaconda/lib/libjpeg.so (ver 80)
– PNG: /home/lbz/local/anaconda/lib/libpng.so (ver 1.6.17)
– TIFF: /home/lbz/local/anaconda/lib/libtiff.so (ver 42 - 4.0.2)
– JPEG 2000: /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
– OpenEXR: /usr/lib/x86_64-linux-gnu/libImath.so /usr/lib/x86_64-linux-gnu/libIlmImf.so /usr/lib/x86_64-linux-gnu/libIex.so /usr/lib/x86_64-linux-gnu/libHalf.so /usr/lib/x86_64-linux-gnu/libIlmThread.so (ver 2.2.0)

– Video I/O:
– DC1394 1.x: NO
– DC1394 2.x: YES (ver 2.2.4)
– FFMPEG: YES
– codec: YES (ver 56.60.100)
– format: YES (ver 56.40.101)
– util: YES (ver 54.31.100)
– swscale: YES (ver 3.1.101)
– gentoo-style: YES
– GStreamer: NO
– OpenNI: NO
– OpenNI PrimeSensor Modules: NO
– PvAPI: NO
– GigEVisionSDK: NO
– UniCap: NO
– UniCap ucil: NO
– V4L/V4L2: NO/YES
– XIMEA: NO
– Xine: NO

– Other third-party libraries:
– Use IPP: NO
– Use Eigen: NO
– Use TBB: NO
– Use OpenMP: NO
– Use GCD NO
– Use Concurrency NO
– Use C=: NO
– Use Cuda: YES (ver 9.0)
– Use OpenCL: YES

– NVIDIA CUDA
– Use CUFFT: YES
– Use CUBLAS: NO
– USE NVCUVID: NO
– NVIDIA GPU arch: 30 35
– NVIDIA PTX archs:
– Use fast math: NO

– OpenCL:
– Version: dynamic
– Include path: /home/lbz/packages/opencv-2.4.8/3rdparty/include/opencl/1.2
– Use AMD FFT: NO
– Use AMD BLAS: NO

– Python:
– Interpreter: /home/lbz/local/anaconda/bin/python2 (ver 2.7.10)
– Libraries: /home/lbz/local/anaconda/bin (ver 2.7.10)
– numpy: /home/lbz/local/anaconda/lib/python2.7/site-packages/numpy/core/include (ver 1.9.2)
– packages path: lib/python2.7/site-packages

– Java:
– ant: NO
– JNI: NO
– Java tests: NO

– Documentation:
– Build Documentation: NO
– Sphinx: NO
– PdfLaTeX compiler: NO

– Tests and samples:
– Tests: YES
– Performance tests: YES
– C/C++ Examples: NO

– Install path: /home/lbz/local

– cvconfig.h is in: /home/lbz/packages/opencv-2.4.8/release



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_nppi_LIBRARY (ADVANCED)
linked by target “opencv_core” in directory /home/lbz/packages/opencv-2.4.8/modules/core
linked by target “opencv_core” in directory /home/lbz/packages/opencv-2.4.8/modules/core
linked by target “opencv_test_core” in directory /home/lbz/packages/opencv-2.4.8/modules/core
linked by target “opencv_perf_core” in directory /home/lbz/packages/opencv-2.4.8/modules/core
linked by target “opencv_test_flann” in directory /home/lbz/packages/opencv-2.4.8/modules/flann
linked by target “opencv_flann” in directory /home/lbz/packages/opencv-2.4.8/modules/flann
linked by target “opencv_imgproc” in directory /home/lbz/packages/opencv-2.4.8/modules/imgproc
linked by target “opencv_test_imgproc” in directory /home/lbz/packages/opencv-2.4.8/modules/imgproc
linked by target “opencv_perf_imgproc” in directory /home/lbz/packages/opencv-2.4.8/modules/imgproc
linked by target “opencv_test_highgui” in directory /home/lbz/packages/opencv-2.4.8/modules/highgui
linked by target “opencv_highgui” in directory /home/lbz/packages/opencv-2.4.8/modules/highgui
linked by target “opencv_perf_highgui” in directory /home/lbz/packages/opencv-2.4.8/modules/highgui
linked by target “opencv_test_features2d” in directory /home/lbz/packages/opencv-2.4.8/modules/features2d
linked by target “opencv_features2d” in directory /home/lbz/packages/opencv-2.4.8/modules/features2d
linked by target “opencv_perf_features2d” in directory /home/lbz/packages/opencv-2.4.8/modules/features2d
linked by target “opencv_test_calib3d” in directory /home/lbz/packages/opencv-2.4.8/modules/calib3d
linked by target “opencv_calib3d” in directory /home/lbz/packages/opencv-2.4.8/modules/calib3d
linked by target “opencv_perf_calib3d” in directory /home/lbz/packages/opencv-2.4.8/modules/calib3d
linked by target “opencv_test_ml” in directory /home/lbz/packages/opencv-2.4.8/modules/ml
linked by target “opencv_ml” in directory /home/lbz/packages/opencv-2.4.8/modules/ml
linked by target “opencv_test_objdetect” in directory /home/lbz/packages/opencv-2.4.8/modules/objdetect
linked by target “opencv_objdetect” in directory /home/lbz/packages/opencv-2.4.8/modules/objdetect
linked by target “opencv_perf_objdetect” in directory /home/lbz/packages/opencv-2.4.8/modules/objdetect
linked by target “opencv_video” in directory /home/lbz/packages/opencv-2.4.8/modules/video
linked by target “opencv_test_video” in directory /home/lbz/packages/opencv-2.4.8/modules/video
linked by target “opencv_perf_video” in directory /home/lbz/packages/opencv-2.4.8/modules/video
linked by target “opencv_test_ocl” in directory /home/lbz/packages/opencv-2.4.8/modules/ocl
linked by target “opencv_perf_ocl” in directory /home/lbz/packages/opencv-2.4.8/modules/ocl
linked by target “opencv_ocl” in directory /home/lbz/packages/opencv-2.4.8/modules/ocl
linked by target “opencv_test_nonfree” in directory /home/lbz/packages/opencv-2.4.8/modules/nonfree
linked by target “opencv_nonfree” in directory /home/lbz/packages/opencv-2.4.8/modules/nonfree
linked by target “opencv_perf_nonfree” in directory /home/lbz/packages/opencv-2.4.8/modules/nonfree
linked by target “opencv_contrib” in directory /home/lbz/packages/opencv-2.4.8/modules/contrib
linked by target “opencv_test_contrib” in directory /home/lbz/packages/opencv-2.4.8/modules/contrib
linked by target “opencv_test_legacy” in directory /home/lbz/packages/opencv-2.4.8/modules/legacy
linked by target “opencv_legacy” in directory /home/lbz/packages/opencv-2.4.8/modules/legacy
linked by target “opencv_test_photo” in directory /home/lbz/packages/opencv-2.4.8/modules/photo
linked by target “opencv_photo” in directory /home/lbz/packages/opencv-2.4.8/modules/photo
linked by target “opencv_perf_photo” in directory /home/lbz/packages/opencv-2.4.8/modules/photo
linked by target “opencv_test_stitching” in directory /home/lbz/packages/opencv-2.4.8/modules/stitching
linked by target “opencv_perf_stitching” in directory /home/lbz/packages/opencv-2.4.8/modules/stitching
linked by target “opencv_stitching” in directory /home/lbz/packages/opencv-2.4.8/modules/stitching
linked by target “opencv_superres” in directory /home/lbz/packages/opencv-2.4.8/modules/superres
linked by target “opencv_test_superres” in directory /home/lbz/packages/opencv-2.4.8/modules/superres
linked by target “opencv_perf_superres” in directory /home/lbz/packages/opencv-2.4.8/modules/superres
linked by target “opencv_ts” in directory /home/lbz/packages/opencv-2.4.8/modules/ts
linked by target “opencv_videostab” in directory /home/lbz/packages/opencv-2.4.8/modules/videostab
linked by target “opencv_haartraining_engine” in directory /home/lbz/packages/opencv-2.4.8/apps/haartraining
linked by target “opencv_haartraining” in directory /home/lbz/packages/opencv-2.4.8/apps/haartraining
linked by target “opencv_createsamples” in directory /home/lbz/packages/opencv-2.4.8/apps/haartraining
linked by target “opencv_performance” in directory /home/lbz/packages/opencv-2.4.8/apps/haartraining
linked by target “opencv_traincascade” in directory /home/lbz/packages/opencv-2.4.8/apps/traincascade

– Configuring incomplete, errors occurred!
See also “/home/lbz/packages/opencv-2.4.8/release/CMakeFiles/CMakeOutput.log”.
See also “/home/lbz/packages/opencv-2.4.8/release/CMakeFiles/CMakeError.log”.

你可能感兴趣的:(深度学习环境配置)