Skip to content

Commit 6ca4d39

Browse files
committed
bioinspired: remove the non-existent opencv_ocl module from CMakeList
1 parent 60f3bee commit 6ca4d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/bioinspired/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
set(the_description "Biologically inspired algorithms")
22
ocv_warnings_disable(CMAKE_CXX_FLAGS -Wundef)
3-
ocv_define_module(bioinspired opencv_core OPTIONAL opencv_highgui opencv_ocl WRAP java python)
3+
ocv_define_module(bioinspired opencv_core OPTIONAL opencv_highgui WRAP java python)

0 commit comments

Comments
 (0)