Skip to content

Commit

Permalink
Fixed android test detection and some spaces in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabunin committed Sep 19, 2014
1 parent cff5e3e commit 2992e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ if(NOT ANDROID)
status(" JNI:" JNI_INCLUDE_DIRS THEN "${JNI_INCLUDE_DIRS}" ELSE NO)
endif()
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 =========================
status("")
Expand Down
2 changes: 1 addition & 1 deletion modules/java/android_test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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
#list(APPEND tested_modules opencv_ml)
Expand Down

0 comments on commit 2992e3a

Please sign in to comment.