fixed warnings

pull/656/head
Vladislav Vinogradov 12 years ago
parent fd7bf0b766
commit 3b065e38be
  1. 2
      modules/ts/CMakeLists.txt

@ -14,6 +14,8 @@ if(HAVE_CUDA)
ocv_include_directories(${CUDA_INCLUDE_DIRS})
endif()
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef)
ocv_add_module(ts opencv_core opencv_features2d)
ocv_glob_module_sources()

Loading…
Cancel
Save