Fixed typo

This commit is contained in:
Andrey Kamaev 2012-02-06 12:45:11 +00:00
parent 49933c798f
commit c19d0b17de

View File

@ -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()