mirror of
https://github.com/opencv/opencv.git
synced 2025-06-29 08:00:57 +08:00
Fixed typo
This commit is contained in:
parent
49933c798f
commit
c19d0b17de
@ -1,7 +1,7 @@
|
|||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
# CMake file for java support
|
# CMake file for java support
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
if(NOT ANDRDOID OR NOT PYTHON_EXECUTABLE)
|
if(NOT ANDROID OR NOT PYTHON_EXECUTABLE)
|
||||||
ocv_module_disable(java)
|
ocv_module_disable(java)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user