projects
/
profile
/
ivi
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e262f05
)
Dissable tests for android by default.
author
Ethan Rublee
<no@email>
Fri, 29 Apr 2011 20:51:56 +0000
(20:51 +0000)
committer
Ethan Rublee
<no@email>
Fri, 29 Apr 2011 20:51:56 +0000
(20:51 +0000)
android/CMakeCache.android.initial.cmake
patch
|
blob
|
history
diff --git
a/android/CMakeCache.android.initial.cmake
b/android/CMakeCache.android.initial.cmake
index
2969e1c
..
be8c492
100644
(file)
--- a/
android/CMakeCache.android.initial.cmake
+++ b/
android/CMakeCache.android.initial.cmake
@@
-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.