Suppressed -Wundef in bioinspired, because of OpenCL headers.
authorRoman Donchenko <roman.donchenko@itseez.com>
Tue, 22 Oct 2013 11:16:22 +0000 (15:16 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Tue, 22 Oct 2013 11:16:22 +0000 (15:16 +0400)
modules/bioinspired/CMakeLists.txt

index b0f152c..c800d33 100644 (file)
@@ -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)