From 3b065e38be520686e7942c1f14545cde0458eff9 Mon Sep 17 00:00:00 2001 From: Vladislav Vinogradov Date: Fri, 15 Mar 2013 17:58:18 +0400 Subject: [PATCH] fixed warnings --- modules/ts/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ts/CMakeLists.txt b/modules/ts/CMakeLists.txt index df4aeda19..1eaeb3933 100644 --- a/modules/ts/CMakeLists.txt +++ b/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()