Advertisement
Guest User

Untitled

a guest
Nov 30th, 2016
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.23 KB | None | 0 0
  1. cmake -D CMAKE_BUILD_TYPE=RELEASE \
  2. > -D CMAKE_INSTALL_PREFIX=/usr/local \
  3. > -D INSTALL_C_EXAMPLES=ON \
  4. > -D INSTALL_PYTHON_EXAMPLES=ON \
  5. > -D OPENCV_EXTRA_MODULES_PATH=~/opencv_contrib/modules \
  6. > -D BUILD_EXAMPLES=ON ..
  7. -- The CXX compiler identification is GNU 5.4.0
  8. -- The C compiler identification is GNU 5.4.0
  9. -- Check for working CXX compiler: /usr/bin/c++
  10. -- Check for working CXX compiler: /usr/bin/c++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- Check for working C compiler: /usr/bin/cc
  16. -- Check for working C compiler: /usr/bin/cc -- works
  17. -- Detecting C compiler ABI info
  18. -- Detecting C compiler ABI info - done
  19. -- Detecting C compile features
  20. -- Detecting C compile features - done
  21. -- Detected version of GNU GCC: 54 (504)
  22. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  23. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  24. -- Performing Test HAVE_C_FSIGNED_CHAR
  25. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  26. -- Performing Test HAVE_CXX_W
  27. -- Performing Test HAVE_CXX_W - Success
  28. -- Performing Test HAVE_C_W
  29. -- Performing Test HAVE_C_W - Success
  30. -- Performing Test HAVE_CXX_WALL
  31. -- Performing Test HAVE_CXX_WALL - Success
  32. -- Performing Test HAVE_C_WALL
  33. -- Performing Test HAVE_C_WALL - Success
  34. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  35. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  36. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  37. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  38. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  39. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  40. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  41. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  42. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  43. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  44. -- Performing Test HAVE_C_WERROR_ADDRESS
  45. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  46. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  47. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  48. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  49. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  50. -- Performing Test HAVE_CXX_WFORMAT
  51. -- Performing Test HAVE_CXX_WFORMAT - Success
  52. -- Performing Test HAVE_C_WFORMAT
  53. -- Performing Test HAVE_C_WFORMAT - Success
  54. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  55. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  56. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  57. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  58. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  59. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  60. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  61. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  62. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  63. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  64. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  65. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  66. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  67. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  68. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  69. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  70. -- Performing Test HAVE_CXX_WUNDEF
  71. -- Performing Test HAVE_CXX_WUNDEF - Success
  72. -- Performing Test HAVE_C_WUNDEF
  73. -- Performing Test HAVE_C_WUNDEF - Success
  74. -- Performing Test HAVE_CXX_WINIT_SELF
  75. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  76. -- Performing Test HAVE_C_WINIT_SELF
  77. -- Performing Test HAVE_C_WINIT_SELF - Success
  78. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  79. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  80. -- Performing Test HAVE_C_WPOINTER_ARITH
  81. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  82. -- Performing Test HAVE_CXX_WSHADOW
  83. -- Performing Test HAVE_CXX_WSHADOW - Success
  84. -- Performing Test HAVE_C_WSHADOW
  85. -- Performing Test HAVE_C_WSHADOW - Success
  86. -- Performing Test HAVE_CXX_WSIGN_PROMO
  87. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  88. -- Performing Test HAVE_C_WSIGN_PROMO
  89. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  90. -- Performing Test HAVE_CXX_WNO_NARROWING
  91. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  92. -- Performing Test HAVE_C_WNO_NARROWING
  93. -- Performing Test HAVE_C_WNO_NARROWING - Success
  94. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  95. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  96. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  97. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  98. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  99. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  100. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  101. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  102. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  103. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  104. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  105. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  106. -- Performing Test HAVE_CXX_WNO_LONG_LONG
  107. -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
  108. -- Performing Test HAVE_C_WNO_LONG_LONG
  109. -- Performing Test HAVE_C_WNO_LONG_LONG - Success
  110. -- Performing Test HAVE_CXX_PTHREAD
  111. -- Performing Test HAVE_CXX_PTHREAD - Success
  112. -- Performing Test HAVE_C_PTHREAD
  113. -- Performing Test HAVE_C_PTHREAD - Success
  114. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  115. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  116. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  117. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  118. -- Performing Test HAVE_CXX_MSSE
  119. -- Performing Test HAVE_CXX_MSSE - Success
  120. -- Performing Test HAVE_C_MSSE
  121. -- Performing Test HAVE_C_MSSE - Success
  122. -- Performing Test HAVE_CXX_MSSE2
  123. -- Performing Test HAVE_CXX_MSSE2 - Success
  124. -- Performing Test HAVE_C_MSSE2
  125. -- Performing Test HAVE_C_MSSE2 - Success
  126. -- Performing Test HAVE_CXX_MNO_AVX
  127. -- Performing Test HAVE_CXX_MNO_AVX - Success
  128. -- Performing Test HAVE_C_MNO_AVX
  129. -- Performing Test HAVE_C_MNO_AVX - Success
  130. -- Performing Test HAVE_CXX_MSSE3
  131. -- Performing Test HAVE_CXX_MSSE3 - Success
  132. -- Performing Test HAVE_C_MSSE3
  133. -- Performing Test HAVE_C_MSSE3 - Success
  134. -- Performing Test HAVE_CXX_MNO_SSSE3
  135. -- Performing Test HAVE_CXX_MNO_SSSE3 - Success
  136. -- Performing Test HAVE_C_MNO_SSSE3
  137. -- Performing Test HAVE_C_MNO_SSSE3 - Success
  138. -- Performing Test HAVE_CXX_MNO_SSE4_1
  139. -- Performing Test HAVE_CXX_MNO_SSE4_1 - Success
  140. -- Performing Test HAVE_C_MNO_SSE4_1
  141. -- Performing Test HAVE_C_MNO_SSE4_1 - Success
  142. -- Performing Test HAVE_CXX_MNO_SSE4_2
  143. -- Performing Test HAVE_CXX_MNO_SSE4_2 - Success
  144. -- Performing Test HAVE_C_MNO_SSE4_2
  145. -- Performing Test HAVE_C_MNO_SSE4_2 - Success
  146. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  147. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  148. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  149. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  150. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  151. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  152. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  153. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  154. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  155. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  156. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  157. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  158. -- Looking for pthread.h
  159. -- Looking for pthread.h - found
  160. -- Check if the system is big endian
  161. -- Searching 16 bit integer
  162. -- Looking for sys/types.h
  163. -- Looking for sys/types.h - found
  164. -- Looking for stdint.h
  165. -- Looking for stdint.h - found
  166. -- Looking for stddef.h
  167. -- Looking for stddef.h - found
  168. -- Check size of unsigned short
  169. -- Check size of unsigned short - done
  170. -- Using unsigned short
  171. -- Check if the system is big endian - little endian
  172. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  173. -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version "4.0.6")
  174. -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so
  175. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  176. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  177. -- Performing Test HAVE_C_WNO_SHADOW
  178. -- Performing Test HAVE_C_WNO_SHADOW - Success
  179. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  180. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  181. -- Found Jasper: /usr/lib/x86_64-linux-gnu/libjasper.so (found version "1.900.1")
  182. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  183. -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.2.54")
  184. -- Looking for /usr/include/libpng/png.h
  185. -- Looking for /usr/include/libpng/png.h - found
  186. -- Looking for semaphore.h
  187. -- Looking for semaphore.h - found
  188. -- Performing Test HAVE_CXX_WNO_SHADOW
  189. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  190. -- Performing Test HAVE_CXX_WNO_UNUSED
  191. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  192. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  193. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  194. -- Performing Test HAVE_CXX_WNO_UNDEF
  195. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  196. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  197. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  198. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  199. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  200. -- Performing Test HAVE_CXX_WNO_SWITCH
  201. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  202. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  203. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  204. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  205. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  206. -- Performing Test HAVE_CXX_WNO_EXTRA
  207. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  208. -- Checking for module 'gtk+-3.0'
  209. -- No package 'gtk+-3.0' found
  210. -- Checking for module 'gtk+-2.0'
  211. -- Found gtk+-2.0, version 2.24.30
  212. -- Checking for module 'gthread-2.0'
  213. -- Found gthread-2.0, version 2.48.1
  214. -- Checking for module 'gstreamer-base-1.0'
  215. -- No package 'gstreamer-base-1.0' found
  216. -- Checking for module 'gstreamer-video-1.0'
  217. -- No package 'gstreamer-video-1.0' found
  218. -- Checking for module 'gstreamer-app-1.0'
  219. -- No package 'gstreamer-app-1.0' found
  220. -- Checking for module 'gstreamer-riff-1.0'
  221. -- No package 'gstreamer-riff-1.0' found
  222. -- Checking for module 'gstreamer-pbutils-1.0'
  223. -- No package 'gstreamer-pbutils-1.0' found
  224. -- Checking for module 'gstreamer-base-0.10'
  225. -- No package 'gstreamer-base-0.10' found
  226. -- Checking for module 'gstreamer-video-0.10'
  227. -- No package 'gstreamer-video-0.10' found
  228. -- Checking for module 'gstreamer-app-0.10'
  229. -- No package 'gstreamer-app-0.10' found
  230. -- Checking for module 'gstreamer-riff-0.10'
  231. -- No package 'gstreamer-riff-0.10' found
  232. -- Checking for module 'gstreamer-pbutils-0.10'
  233. -- No package 'gstreamer-pbutils-0.10' found
  234. -- Checking for module 'libdc1394-2'
  235. -- Found libdc1394-2, version 2.2.4
  236. -- Checking for module 'libv4l1'
  237. -- Found libv4l1, version 1.10.0
  238. -- Checking for module 'libv4l2'
  239. -- Found libv4l2, version 1.10.0
  240. -- Looking for linux/videodev.h
  241. -- Looking for linux/videodev.h - not found
  242. -- Looking for linux/videodev2.h
  243. -- Looking for linux/videodev2.h - found
  244. -- Looking for sys/videoio.h
  245. -- Looking for sys/videoio.h - not found
  246. -- Checking for module 'libavcodec'
  247. -- Found libavcodec, version 56.60.100
  248. -- Checking for module 'libavformat'
  249. -- Found libavformat, version 56.40.101
  250. -- Checking for module 'libavutil'
  251. -- Found libavutil, version 54.31.100
  252. -- Checking for module 'libswscale'
  253. -- Found libswscale, version 3.1.101
  254. -- Checking for module 'libavresample'
  255. -- No package 'libavresample' found
  256. -- Looking for libavformat/avformat.h
  257. -- Looking for libavformat/avformat.h - found
  258. -- Looking for ffmpeg/avformat.h
  259. -- Looking for ffmpeg/avformat.h - not found
  260. -- Checking for module 'libgphoto2'
  261. -- No package 'libgphoto2' found
  262. -- ICV: Removing previous unpacked package: /home/matthew/opencv/3rdparty/ippicv/unpack
  263. -- ICV: Downloading ippicv_linux_20141027.tgz...
  264. -- ICV: Unpacking ippicv_linux_20141027.tgz to /home/matthew/opencv/3rdparty/ippicv/unpack...
  265. -- ICV: Package successfully downloaded
  266. -- found IPP (ICV version): 8.2.1 [8.2.1]
  267. -- at: /home/matthew/opencv/3rdparty/ippicv/unpack/ippicv_lnx
  268. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  269. -- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake
  270. -- Found PythonInterp: /home/matthew/.virtualenvs/dolphins/bin/python2.7 (found suitable version "2.7.12", minimum required is "2.7")
  271. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable exact version "2.7.12")
  272. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.2", minimum required is "3.4")
  273. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (found suitable exact version "3.5.2")
  274. Traceback (most recent call last):
  275. File "<string>", line 1, in <module>
  276. ImportError: No module named 'numpy'
  277. -- Found apache ant 1.9.6: /usr/bin/ant
  278. -- Found JNI: /usr/lib/jvm/default-java/jre/lib/amd64/libjawt.so
  279. -- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN)
  280. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  281. -- Caffe: NO
  282. -- Protobuf: NO
  283. -- Glog: NO
  284. -- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS)
  285. -- Module opencv_sfm disabled because the following dependencies are not found: Eigen Glog/Gflags
  286. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  287. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  288. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  289. cmake_policy command to set the policy and suppress this warning.
  290. Call Stack (most recent call first):
  291. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  292. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  293. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  294. cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  295. cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  296. cmake/OpenCVModule.cmake:857 (ocv_create_module)
  297. modules/hal/CMakeLists.txt:12 (ocv_define_module)
  298. This warning is for project developers. Use -Wno-dev to suppress it.
  299.  
  300. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  301. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  302. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  303. cmake_policy command to set the policy and suppress this warning.
  304. Call Stack (most recent call first):
  305. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  306. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  307. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  308. cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  309. cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  310. cmake/OpenCVModule.cmake:857 (ocv_create_module)
  311. modules/hal/CMakeLists.txt:12 (ocv_define_module)
  312. This warning is for project developers. Use -Wno-dev to suppress it.
  313.  
  314. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  315. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  316. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  317. cmake_policy command to set the policy and suppress this warning.
  318. Call Stack (most recent call first):
  319. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  320. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  321. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  322. cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  323. cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  324. modules/core/CMakeLists.txt:26 (ocv_create_module)
  325. This warning is for project developers. Use -Wno-dev to suppress it.
  326.  
  327. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  328. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  329. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  330. cmake_policy command to set the policy and suppress this warning.
  331. Call Stack (most recent call first):
  332. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  333. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  334. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  335. cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  336. cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  337. modules/core/CMakeLists.txt:26 (ocv_create_module)
  338. This warning is for project developers. Use -Wno-dev to suppress it.
  339.  
  340. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  341. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  342. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  343. cmake_policy command to set the policy and suppress this warning.
  344. Call Stack (most recent call first):
  345. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  346. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  347. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  348. cmake/OpenCVModule.cmake:1008 (_ocv_add_precompiled_headers)
  349. modules/core/CMakeLists.txt:28 (ocv_add_accuracy_tests)
  350. This warning is for project developers. Use -Wno-dev to suppress it.
  351.  
  352. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  353. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  354. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  355. cmake_policy command to set the policy and suppress this warning.
  356. Call Stack (most recent call first):
  357. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  358. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  359. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  360. cmake/OpenCVModule.cmake:1008 (_ocv_add_precompiled_headers)
  361. modules/core/CMakeLists.txt:28 (ocv_add_accuracy_tests)
  362. This warning is for project developers. Use -Wno-dev to suppress it.
  363.  
  364. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  365. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  366. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  367. cmake_policy command to set the policy and suppress this warning.
  368. Call Stack (most recent call first):
  369. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  370. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  371. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  372. cmake/OpenCVModule.cmake:949 (_ocv_add_precompiled_headers)
  373. modules/core/CMakeLists.txt:29 (ocv_add_perf_tests)
  374. This warning is for project developers. Use -Wno-dev to suppress it.
  375.  
  376. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  377. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  378. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  379. cmake_policy command to set the policy and suppress this warning.
  380. Call Stack (most recent call first):
  381. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  382. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  383. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  384. cmake/OpenCVModule.cmake:949 (_ocv_add_precompiled_headers)
  385. modules/core/CMakeLists.txt:29 (ocv_add_perf_tests)
  386. This warning is for project developers. Use -Wno-dev to suppress it.
  387.  
  388. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  389. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  390. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  391. cmake_policy command to set the policy and suppress this warning.
  392. Call Stack (most recent call first):
  393. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  394. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  395. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  396. cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  397. cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  398. cmake/OpenCVModule.cmake:857 (ocv_create_module)
  399. modules/flann/CMakeLists.txt:2 (ocv_define_module)
  400. This warning is for project developers. Use -Wno-dev to suppress it.
  401.  
  402. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  403. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  404. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  405. cmake_policy command to set the policy and suppress this warning.
  406. Call Stack (most recent call first):
  407. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  408. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  409. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  410. cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  411. cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  412. cmake/OpenCVModule.cmake:857 (ocv_create_module)
  413. modules/flann/CMakeLists.txt:2 (ocv_define_module)
  414. This warning is for project developers. Use -Wno-dev to suppress it.
  415.  
  416. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  417. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  418. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  419. cmake_policy command to set the policy and suppress this warning.
  420. Call Stack (most recent call first):
  421. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  422. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  423. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  424. cmake/OpenCVModule.cmake:1008 (_ocv_add_precompiled_headers)
  425. cmake/OpenCVModule.cmake:859 (ocv_add_accuracy_tests)
  426. modules/flann/CMakeLists.txt:2 (ocv_define_module)
  427. This warning is for project developers. Use -Wno-dev to suppress it.
  428.  
  429. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  430. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  431. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  432. cmake_policy command to set the policy and suppress this warning.
  433. Call Stack (most recent call first):
  434. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  435. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  436. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  437. cmake/OpenCVModule.cmake:1008 (_ocv_add_precompiled_headers)
  438. cmake/OpenCVModule.cmake:859 (ocv_add_accuracy_tests)
  439. modules/flann/CMakeLists.txt:2 (ocv_define_module)
  440. This warning is for project developers. Use -Wno-dev to suppress it.
  441.  
  442. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  443. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  444. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  445. cmake_policy command to set the policy and suppress this warning.
  446. Call Stack (most recent call first):
  447. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  448. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  449. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  450. cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  451. cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  452. cmake/OpenCVModule.cmake:857 (ocv_create_module)
  453. modules/imgproc/CMakeLists.txt:2 (ocv_define_module)
  454. This warning is for project developers. Use -Wno-dev to suppress it.
  455.  
  456. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  457. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  458. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  459. cmake_policy command to set the policy and suppress this warning.
  460. Call Stack (most recent call first):
  461. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  462. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  463. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  464. cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  465. cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  466. cmake/OpenCVModule.cmake:857 (ocv_create_module)
  467. modules/imgproc/CMakeLists.txt:2 (ocv_define_module)
  468. This warning is for project developers. Use -Wno-dev to suppress it.
  469.  
  470. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  471. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  472. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  473. cmake_policy command to set the policy and suppress this warning.
  474. Call Stack (most recent call first):
  475. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  476. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  477. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  478. cmake/OpenCVModule.cmake:1008 (_ocv_add_precompiled_headers)
  479. cmake/OpenCVModule.cmake:859 (ocv_add_accuracy_tests)
  480. modules/imgproc/CMakeLists.txt:2 (ocv_define_module)
  481. This warning is for project developers. Use -Wno-dev to suppress it.
  482.  
  483. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  484. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  485. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  486. cmake_policy command to set the policy and suppress this warning.
  487. Call Stack (most recent call first):
  488. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  489. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  490. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  491. cmake/OpenCVModule.cmake:1008 (_ocv_add_precompiled_headers)
  492. cmake/OpenCVModule.cmake:859 (ocv_add_accuracy_tests)
  493. modules/imgproc/CMakeLists.txt:2 (ocv_define_module)
  494. This warning is for project developers. Use -Wno-dev to suppress it.
  495.  
  496. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  497. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  498. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  499. cmake_policy command to set the policy and suppress this warning.
  500. Call Stack (most recent call first):
  501. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  502. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  503. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  504. cmake/OpenCVModule.cmake:949 (_ocv_add_precompiled_headers)
  505. cmake/OpenCVModule.cmake:860 (ocv_add_perf_tests)
  506. modules/imgproc/CMakeLists.txt:2 (ocv_define_module)
  507. This warning is for project developers. Use -Wno-dev to suppress it.
  508.  
  509. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  510. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  511. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  512. cmake_policy command to set the policy and suppress this warning.
  513. Call Stack (most recent call first):
  514. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  515. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  516. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  517. cmake/OpenCVModule.cmake:949 (_ocv_add_precompiled_headers)
  518. cmake/OpenCVModule.cmake:860 (ocv_add_perf_tests)
  519. modules/imgproc/CMakeLists.txt:2 (ocv_define_module)
  520. This warning is for project developers. Use -Wno-dev to suppress it.
  521.  
  522. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  523. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  524. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  525. cmake_policy command to set the policy and suppress this warning.
  526. Call Stack (most recent call first):
  527. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  528. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  529. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  530. cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  531. cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  532. cmake/OpenCVModule.cmake:857 (ocv_create_module)
  533. modules/ml/CMakeLists.txt:2 (ocv_define_module)
  534. This warning is for project developers. Use -Wno-dev to suppress it.
  535.  
  536. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  537. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  538. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  539. cmake_policy command to set the policy and suppress this warning.
  540. Call Stack (most recent call first):
  541. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  542. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  543. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  544. cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  545. cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  546. cmake/OpenCVModule.cmake:857 (ocv_create_module)
  547. modules/ml/CMakeLists.txt:2 (ocv_define_module)
  548. This warning is for project developers. Use -Wno-dev to suppress it.
  549.  
  550. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  551. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  552. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  553. cmake_policy command to set the policy and suppress this warning.
  554. Call Stack (most recent call first):
  555. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  556. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  557. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  558. cmake/OpenCVModule.cmake:1008 (_ocv_add_precompiled_headers)
  559. cmake/OpenCVModule.cmake:859 (ocv_add_accuracy_tests)
  560. modules/ml/CMakeLists.txt:2 (ocv_define_module)
  561. This warning is for project developers. Use -Wno-dev to suppress it.
  562.  
  563. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  564. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  565. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  566. cmake_policy command to set the policy and suppress this warning.
  567. Call Stack (most recent call first):
  568. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  569. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  570. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  571. cmake/OpenCVModule.cmake:1008 (_ocv_add_precompiled_headers)
  572. cmake/OpenCVModule.cmake:859 (ocv_add_accuracy_tests)
  573. modules/ml/CMakeLists.txt:2 (ocv_define_module)
  574. This warning is for project developers. Use -Wno-dev to suppress it.
  575.  
  576. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  577. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  578. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  579. cmake_policy command to set the policy and suppress this warning.
  580. Call Stack (most recent call first):
  581. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  582. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  583. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  584. cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  585. cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  586. cmake/OpenCVModule.cmake:857 (ocv_create_module)
  587. modules/photo/CMakeLists.txt:7 (ocv_define_module)
  588. This warning is for project developers. Use -Wno-dev to suppress it.
  589.  
  590. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  591. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  592. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  593. cmake_policy command to set the policy and suppress this warning.
  594. Call Stack (most recent call first):
  595. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  596. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  597. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  598. cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  599. cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  600. cmake/OpenCVModule.cmake:857 (ocv_create_module)
  601. modules/photo/CMakeLists.txt:7 (ocv_define_module)
  602. This warning is for project developers. Use -Wno-dev to suppress it.
  603.  
  604. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  605. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  606. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  607. cmake_policy command to set the policy and suppress this warning.
  608. Call Stack (most recent call first):
  609. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  610. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  611. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  612. cmake/OpenCVModule.cmake:1008 (_ocv_add_precompiled_headers)
  613. cmake/OpenCVModule.cmake:859 (ocv_add_accuracy_tests)
  614. modules/photo/CMakeLists.txt:7 (ocv_define_module)
  615. This warning is for project developers. Use -Wno-dev to suppress it.
  616.  
  617. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  618. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  619. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  620. cmake_policy command to set the policy and suppress this warning.
  621. Call Stack (most recent call first):
  622. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  623. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  624. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  625. cmake/OpenCVModule.cmake:1008 (_ocv_add_precompiled_headers)
  626. cmake/OpenCVModule.cmake:859 (ocv_add_accuracy_tests)
  627. modules/photo/CMakeLists.txt:7 (ocv_define_module)
  628. This warning is for project developers. Use -Wno-dev to suppress it.
  629.  
  630. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  631. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  632. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  633. cmake_policy command to set the policy and suppress this warning.
  634. Call Stack (most recent call first):
  635. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  636. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  637. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  638. cmake/OpenCVModule.cmake:949 (_ocv_add_precompiled_headers)
  639. cmake/OpenCVModule.cmake:860 (ocv_add_perf_tests)
  640. modules/photo/CMakeLists.txt:7 (ocv_define_module)
  641. This warning is for project developers. Use -Wno-dev to suppress it.
  642.  
  643. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  644. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  645. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  646. cmake_policy command to set the policy and suppress this warning.
  647. Call Stack (most recent call first):
  648. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  649. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  650. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  651. cmake/OpenCVModule.cmake:949 (_ocv_add_precompiled_headers)
  652. cmake/OpenCVModule.cmake:860 (ocv_add_perf_tests)
  653. modules/photo/CMakeLists.txt:7 (ocv_define_module)
  654. This warning is for project developers. Use -Wno-dev to suppress it.
  655.  
  656. CMake Warning (dev) at /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  657. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  658. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  659. cmake_policy command to set the policy and suppress this warning.
  660. Call Stack (most recent call first):
  661. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  662. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  663. /home/matthew/opencv/cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  664. /home/matthew/opencv/cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  665. /home/matthew/opencv/cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  666. /home/matthew/opencv/cmake/OpenCVModule.cmake:857 (ocv_create_module)
  667. /home/matthew/opencv_contrib/modules/reg/CMakeLists.txt:2 (ocv_define_module)
  668. This warning is for project developers. Use -Wno-dev to suppress it.
  669.  
  670. CMake Warning (dev) at /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  671. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  672. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  673. cmake_policy command to set the policy and suppress this warning.
  674. Call Stack (most recent call first):
  675. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  676. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  677. /home/matthew/opencv/cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  678. /home/matthew/opencv/cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  679. /home/matthew/opencv/cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  680. /home/matthew/opencv/cmake/OpenCVModule.cmake:857 (ocv_create_module)
  681. /home/matthew/opencv_contrib/modules/reg/CMakeLists.txt:2 (ocv_define_module)
  682. This warning is for project developers. Use -Wno-dev to suppress it.
  683.  
  684. CMake Warning (dev) at /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  685. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  686. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  687. cmake_policy command to set the policy and suppress this warning.
  688. Call Stack (most recent call first):
  689. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  690. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  691. /home/matthew/opencv/cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  692. /home/matthew/opencv/cmake/OpenCVModule.cmake:1008 (_ocv_add_precompiled_headers)
  693. /home/matthew/opencv/cmake/OpenCVModule.cmake:859 (ocv_add_accuracy_tests)
  694. /home/matthew/opencv_contrib/modules/reg/CMakeLists.txt:2 (ocv_define_module)
  695. This warning is for project developers. Use -Wno-dev to suppress it.
  696.  
  697. CMake Warning (dev) at /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  698. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  699. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  700. cmake_policy command to set the policy and suppress this warning.
  701. Call Stack (most recent call first):
  702. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  703. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  704. /home/matthew/opencv/cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  705. /home/matthew/opencv/cmake/OpenCVModule.cmake:1008 (_ocv_add_precompiled_headers)
  706. /home/matthew/opencv/cmake/OpenCVModule.cmake:859 (ocv_add_accuracy_tests)
  707. /home/matthew/opencv_contrib/modules/reg/CMakeLists.txt:2 (ocv_define_module)
  708. This warning is for project developers. Use -Wno-dev to suppress it.
  709.  
  710. CMake Warning (dev) at /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  711. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  712. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  713. cmake_policy command to set the policy and suppress this warning.
  714. Call Stack (most recent call first):
  715. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  716. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  717. /home/matthew/opencv/cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  718. /home/matthew/opencv/cmake/OpenCVModule.cmake:949 (_ocv_add_precompiled_headers)
  719. /home/matthew/opencv/cmake/OpenCVModule.cmake:860 (ocv_add_perf_tests)
  720. /home/matthew/opencv_contrib/modules/reg/CMakeLists.txt:2 (ocv_define_module)
  721. This warning is for project developers. Use -Wno-dev to suppress it.
  722.  
  723. CMake Warning (dev) at /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  724. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  725. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  726. cmake_policy command to set the policy and suppress this warning.
  727. Call Stack (most recent call first):
  728. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  729. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  730. /home/matthew/opencv/cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  731. /home/matthew/opencv/cmake/OpenCVModule.cmake:949 (_ocv_add_precompiled_headers)
  732. /home/matthew/opencv/cmake/OpenCVModule.cmake:860 (ocv_add_perf_tests)
  733. /home/matthew/opencv_contrib/modules/reg/CMakeLists.txt:2 (ocv_define_module)
  734. This warning is for project developers. Use -Wno-dev to suppress it.
  735.  
  736. CMake Warning (dev) at /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  737. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  738. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  739. cmake_policy command to set the policy and suppress this warning.
  740. Call Stack (most recent call first):
  741. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  742. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  743. /home/matthew/opencv/cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  744. /home/matthew/opencv/cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  745. /home/matthew/opencv/cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  746. /home/matthew/opencv/cmake/OpenCVModule.cmake:857 (ocv_create_module)
  747. /home/matthew/opencv_contrib/modules/surface_matching/CMakeLists.txt:2 (ocv_define_module)
  748. This warning is for project developers. Use -Wno-dev to suppress it.
  749.  
  750. CMake Warning (dev) at /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  751. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  752. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  753. cmake_policy command to set the policy and suppress this warning.
  754. Call Stack (most recent call first):
  755. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  756. /home/matthew/opencv/cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  757. /home/matthew/opencv/cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  758. /home/matthew/opencv/cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  759. /home/matthew/opencv/cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  760. /home/matthew/opencv/cmake/OpenCVModule.cmake:857 (ocv_create_module)
  761. /home/matthew/opencv_contrib/modules/surface_matching/CMakeLists.txt:2 (ocv_define_module)
  762. This warning is for project developers. Use -Wno-dev to suppress it.
  763.  
  764. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  765. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  766. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  767. cmake_policy command to set the policy and suppress this warning.
  768. Call Stack (most recent call first):
  769. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  770. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  771. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  772. cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  773. cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  774. cmake/OpenCVModule.cmake:857 (ocv_create_module)
  775. modules/video/CMakeLists.txt:2 (ocv_define_module)
  776. This warning is for project developers. Use -Wno-dev to suppress it.
  777.  
  778. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  779. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  780. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  781. cmake_policy command to set the policy and suppress this warning.
  782. Call Stack (most recent call first):
  783. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  784. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  785. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  786. cmake/OpenCVModule.cmake:806 (_ocv_add_precompiled_headers)
  787. cmake/OpenCVModule.cmake:688 (_ocv_create_module)
  788. cmake/OpenCVModule.cmake:857 (ocv_create_module)
  789. modules/video/CMakeLists.txt:2 (ocv_define_module)
  790. This warning is for project developers. Use -Wno-dev to suppress it.
  791.  
  792. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  793. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  794. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  795. cmake_policy command to set the policy and suppress this warning.
  796. Call Stack (most recent call first):
  797. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  798. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  799. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  800. cmake/OpenCVModule.cmake:1008 (_ocv_add_precompiled_headers)
  801. cmake/OpenCVModule.cmake:859 (ocv_add_accuracy_tests)
  802. modules/video/CMakeLists.txt:2 (ocv_define_module)
  803. This warning is for project developers. Use -Wno-dev to suppress it.
  804.  
  805. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  806. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  807. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  808. cmake_policy command to set the policy and suppress this warning.
  809. Call Stack (most recent call first):
  810. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  811. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  812. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  813. cmake/OpenCVModule.cmake:1008 (_ocv_add_precompiled_headers)
  814. cmake/OpenCVModule.cmake:859 (ocv_add_accuracy_tests)
  815. modules/video/CMakeLists.txt:2 (ocv_define_module)
  816. This warning is for project developers. Use -Wno-dev to suppress it.
  817.  
  818. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:80 (GET_DIRECTORY_PROPERTY):
  819. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  820. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  821. cmake_policy command to set the policy and suppress this warning.
  822. Call Stack (most recent call first):
  823. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  824. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  825. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  826. cmake/OpenCVModule.cmake:949 (_ocv_add_precompiled_headers)
  827. cmake/OpenCVModule.cmake:860 (ocv_add_perf_tests)
  828. modules/video/CMakeLists.txt:2 (ocv_define_module)
  829. This warning is for project developers. Use -Wno-dev to suppress it.
  830.  
  831. CMake Warning (dev) at cmake/OpenCVPCHSupport.cmake:81 (GET_DIRECTORY_PROPERTY):
  832. Policy CMP0059 is not set: Do no treat DEFINITIONS as a built-in directory
  833. property. Run "cmake --help-policy CMP0059" for policy details. Use the
  834. cmake_policy command to set the policy and suppress this warning.
  835. Call Stack (most recent call first):
  836. cmake/OpenCVPCHSupport.cmake:256 (_PCH_GET_COMPILE_FLAGS)
  837. cmake/OpenCVPCHSupport.cmake:369 (add_precompiled_header)
  838. cmake/OpenCVModule.cmake:835 (ocv_add_precompiled_header_to_target)
  839. cmake/OpenCVModule.cmake:949 (_ocv_add_precompiled_headers)
  840. cmake/OpenCVModule.cmake:860 (ocv_add_perf_tests)
  841. modules/video/CMakeLists.txt:2 (ocv_define_module)
  842. This warning is for project developers. Use -Wno-dev to suppress it.
  843.  
  844. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
  845. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
  846. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  847. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  848. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  849. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  850. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  851. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  852. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  853. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  854. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  855. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  856. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  857. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  858. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  859. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  860. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  861. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  862. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  863. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Failed
  864. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  865. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  866. CMake Error at /home/matthew/opencv_contrib/modules/dnn/cmake/download_protobuf.cmake:23 (ocv_download):
  867. Unknown CMake command "ocv_download".
  868. Call Stack (most recent call first):
  869. /home/matthew/opencv_contrib/modules/dnn/cmake/download_protobuf.cmake:51 (ocv_protobuf_download)
  870. /home/matthew/opencv_contrib/modules/dnn/cmake/OpenCVFindLibProtobuf.cmake:30 (include)
  871. /home/matthew/opencv_contrib/modules/dnn/CMakeLists.txt:35 (include)
  872.  
  873.  
  874. -- Configuring incomplete, errors occurred!
  875. See also "/home/matthew/opencv/build/CMakeFiles/CMakeOutput.log".
  876. See also "/home/matthew/opencv/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement