Commit 2992e3a1 authored by Maksim Shabunin's avatar Maksim Shabunin

Fixed android test detection and some spaces in CMakeLists.txt

parent cff5e3ee
...@@ -1044,7 +1044,7 @@ if(NOT ANDROID) ...@@ -1044,7 +1044,7 @@ if(NOT ANDROID)
status(" JNI:" JNI_INCLUDE_DIRS THEN "${JNI_INCLUDE_DIRS}" ELSE NO) status(" JNI:" JNI_INCLUDE_DIRS THEN "${JNI_INCLUDE_DIRS}" ELSE NO)
endif() endif()
status(" Java wrappers:" HAVE_opencv_java THEN YES ELSE NO) status(" Java wrappers:" HAVE_opencv_java THEN YES ELSE NO)
status(" Java tests:" BUILD_TESTS AND opencv_test_java_BINARY_DIR THEN YES ELSE NO) status(" Java tests:" BUILD_TESTS AND opencv_test_java_BINARY_DIR THEN YES ELSE NO)
# ========================= matlab ========================= # ========================= matlab =========================
status("") status("")
......
# list of modules covered with tests # list of modules covered with tests
set(tested_modules opencv_calib3d opencv_core opencv_features2d opencv_highgui opencv_imgproc opencv_objdetect opencv_photo opencv_video opencv_android) set(tested_modules opencv_calib3d opencv_core opencv_features2d opencv_highgui opencv_imgproc opencv_objdetect opencv_photo opencv_video)
# opencv_ml is broken # opencv_ml is broken
#list(APPEND tested_modules opencv_ml) #list(APPEND tested_modules opencv_ml)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment