Android cmake toolchain file is included into OpenCV

This commit is contained in:
Andrey Kamaev
2011-05-03 08:13:50 +00:00
parent ce2edd137d
commit 727fbd5376
17 changed files with 440 additions and 21 deletions

View File

@@ -89,19 +89,19 @@ set(WITH_V4L OFF CACHE BOOL "" )
set(WITH_XINE OFF CACHE BOOL "" )
#Enable SSE instructions
SET( ENABLE_SSE OFF CACHE BOOL "" )
SET( ENABLE_SSE OFF CACHE INTERNAL "" FORCE )
#Enable SSE2 instructions
SET( ENABLE_SSE2 OFF CACHE BOOL "" )
SET( ENABLE_SSE2 OFF CACHE INTERNAL "" FORCE )
#Enable SSE3 instructions
SET( ENABLE_SSE3 OFF CACHE BOOL "" )
SET( ENABLE_SSE3 OFF CACHE INTERNAL "" FORCE )
#Enable SSE4.1 instructions
SET( ENABLE_SSE41 OFF CACHE BOOL "" )
SET( ENABLE_SSE41 OFF CACHE INTERNAL "" FORCE )
#Enable SSE4.2 instructions
SET( ENABLE_SSE42 OFF CACHE BOOL "" )
SET( ENABLE_SSE42 OFF CACHE INTERNAL "" FORCE )
#Enable SSSE3 instructions
SET( ENABLE_SSSE3 OFF CACHE BOOL "" )
SET( ENABLE_SSSE3 OFF CACHE INTERNAL "" FORCE )