OpenCVDetectAndroidSDK.cmake.patch

This file is a patch file to fix the error I mentioned - Hee Seo, 2012-04-09 04:37 pm

Download (512 Bytes)

 
cmake/OpenCVDetectAndroidSDK.cmake (작업 사본)
136 136
macro(android_get_compatible_target VAR)
137 137
  set(${VAR} "${VAR}-NOTFOUND")
138 138
  if(ANDROID_SDK_TARGETS)
139
    string(REPLACE "-" ";" ANDROID_SDK_TARGETS ${ANDROID_SDK_TARGETS})
139 140
    list(GET ANDROID_SDK_TARGETS 1 __lvl)
140 141
    string(REGEX MATCH "[0-9]+$" __lvl "${__lvl}")
141 142