Dissable tests for android by default.
authorEthan Rublee <no@email>
Fri, 29 Apr 2011 20:51:56 +0000 (20:51 +0000)
committerEthan Rublee <no@email>
Fri, 29 Apr 2011 20:51:56 +0000 (20:51 +0000)
android/CMakeCache.android.initial.cmake

index 2969e1c..be8c492 100644 (file)
@@ -25,7 +25,7 @@ set(BUILD_SHARED_LIBS OFF CACHE BOOL "" )
 set(OPENCV_BUILD_3RDPARTY_LIBS ON CACHE BOOL "" )
 
 #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
 # MinSizeRel.