mirror of
https://github.com/opencv/opencv.git
synced 2025-06-09 18:43:05 +08:00
suppress warning on Jetson TK1
This commit is contained in:
parent
6c07b446f8
commit
ccc8767b55
@ -1,7 +1,7 @@
|
|||||||
set(the_description "Computational Photography")
|
set(the_description "Computational Photography")
|
||||||
|
|
||||||
if(HAVE_CUDA)
|
if(HAVE_CUDA)
|
||||||
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations)
|
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef -Wmissing-declarations -Wshadow)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
ocv_define_module(photo opencv_imgproc OPTIONAL opencv_cudaarithm opencv_cudaimgproc WRAP java python)
|
ocv_define_module(photo opencv_imgproc OPTIONAL opencv_cudaarithm opencv_cudaimgproc WRAP java python)
|
||||||
|
Loading…
Reference in New Issue
Block a user