From 779acfa715f7c2d316507c23c3172ae3dc68e961 Mon Sep 17 00:00:00 2001 From: Roman Donchenko Date: Tue, 22 Oct 2013 15:16:22 +0400 Subject: [PATCH] Suppressed -Wundef in bioinspired, because of OpenCL headers. --- modules/bioinspired/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bioinspired/CMakeLists.txt b/modules/bioinspired/CMakeLists.txt index b0f152cfcf..c800d33ff3 100644 --- a/modules/bioinspired/CMakeLists.txt +++ b/modules/bioinspired/CMakeLists.txt @@ -1,2 +1,3 @@ set(the_description "Biologically inspired algorithms") +ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef) ocv_define_module(bioinspired opencv_core OPTIONAL opencv_highgui opencv_ocl)