Suppressed -Wundef in bioinspired, because of OpenCL headers.

pull/1664/head
Roman Donchenko 11 years ago
parent 4036f6a3d0
commit 779acfa715
  1. 1
      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)

Loading…
Cancel
Save