Updating opencv module definition in cmake (continued)

This commit is contained in:
Andrey Kamaev
2012-01-25 09:04:49 +00:00
parent c946a740bb
commit 9d5c24cdc8
12 changed files with 130 additions and 186 deletions

View File

@@ -1,5 +1,5 @@
IF(NOT ANDROID)
MESSAGE( FATAL_ERROR "This project is for ANDROID only" )
IF(NOT ANDROID OR NOT WITH_ANDROID_CAMERA)
return()
ENDIF()
if (BUILD_ANDROID_CAMERA_WRAPPER)