在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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
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 $
Call Stack (most recent call first):
CMakeLists.txt:550 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
– 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”.