Merge pull request #2217 from tomoaki0705:suppressNoisyWarning

pull/2223/head^2
Alexander Alekhin 6 years ago
commit 4ae44739a5
  1. 1
      modules/hfs/CMakeLists.txt
  2. 3
      modules/xfeatures2d/CMakeLists.txt

@ -1,5 +1,6 @@
if(HAVE_CUDA)
add_definitions(-D_HFS_CUDA_ON_)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef)
endif()
set(the_description "Hierarchical Feature Selection for Efficient Image Segmentation")

@ -1,5 +1,8 @@
set(the_description "Contributed/Experimental Algorithms for Salient 2D Features Detection")
if(HAVE_CUDA)
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef)
endif()
ocv_define_module(xfeatures2d opencv_core opencv_imgproc opencv_features2d opencv_calib3d OPTIONAL opencv_shape opencv_ml opencv_cudaarithm WRAP python java)
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/download_vgg.cmake)

Loading…
Cancel
Save