Dissable tests for android by default.

This commit is contained in:
Ethan Rublee 2011-04-29 20:51:56 +00:00
parent e262f054ad
commit 74907eeb8e

View File

@ -25,7 +25,7 @@ set(BUILD_SHARED_LIBS OFF CACHE BOOL "" )
set(OPENCV_BUILD_3RDPARTY_LIBS ON CACHE BOOL "" ) set(OPENCV_BUILD_3RDPARTY_LIBS ON CACHE BOOL "" )
#Build tests #Build tests
#set(BUILD_TESTS OFF CACHE BOOL "" ) set(BUILD_TESTS OFF CACHE BOOL "" )
#Choose the type of build, options are: None Debug Release RelWithDebInfo #Choose the type of build, options are: None Debug Release RelWithDebInfo
# MinSizeRel. # MinSizeRel.