1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Suppressed -Wundef in bioinspired, because of OpenCL headers.

This commit is contained in:
Roman Donchenko
2013-10-22 15:16:22 +04:00
parent 4036f6a3d0
commit 779acfa715
+1
View 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)