Skip to content

Commit

Permalink
! test: disable objdetect & java modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cv3d committed Sep 11, 2018
1 parent c9e86a3 commit 6dd7b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ if(OPENCV_INITIAL_PASS)
add_subdirectory(generator)
endif()

ocv_module_disable(java)
if(APPLE_FRAMEWORK OR WINRT OR NOT PYTHON_DEFAULT_AVAILABLE OR NOT ANT_EXECUTABLE
OR NOT (JNI_FOUND OR (ANDROID AND ANDROID_NATIVE_API_LEVEL GREATER 7))
OR BUILD_opencv_world
Expand Down
1 change: 1 addition & 0 deletions modules/objdetect/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
set(the_description "Object Detection")
ocv_module_disable(objdetect)
ocv_define_module(objdetect opencv_core opencv_imgproc WRAP java python js)

0 comments on commit 6dd7b0a

Please sign in to comment.