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)