fixed OpenCV_DIR
This commit is contained in:
parent
411e7798aa
commit
8a47b3d5d5
@ -3,10 +3,11 @@ cd `dirname $0`
|
|||||||
|
|
||||||
BUILD_DIR=build_armeabi
|
BUILD_DIR=build_armeabi
|
||||||
opencv_android=`pwd`/../..
|
opencv_android=`pwd`/../..
|
||||||
opencv_build_dir=$opencv_android/$BUILD_DIR
|
opencv_build_dir=$opencv_android/build
|
||||||
|
|
||||||
mkdir -p $BUILD_DIR
|
mkdir -p $BUILD_DIR
|
||||||
cd $BUILD_DIR
|
cd $BUILD_DIR
|
||||||
|
|
||||||
cmake -DOpenCV_DIR=$opencv_build_dir -DARM_TARGET=armeabi -DCMAKE_TOOLCHAIN_FILE=$opencv_android/android.toolchain.cmake ..
|
RUN_CMAKE="cmake -DOpenCV_DIR=$opencv_build_dir -DARM_TARGET=armeabi -DCMAKE_TOOLCHAIN_FILE=$opencv_android/android.toolchain.cmake .."
|
||||||
|
echo $RUN_CMAKE
|
||||||
|
$RUN_CMAKE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user