Browse Source

Disable OpenCV Java module by default on Windows.

pull/910/head
Canming Huang 2 years ago
parent
commit
3181743ca9
  1. 1
      platforms/windows/Build_Binary_x86.bat

1
platforms/windows/Build_Binary_x86.bat

@ -205,6 +205,7 @@ SET EMGU_CV_CMAKE_CONFIG_FLAGS= -G %CMAKE_CONF% %GENERAL_CMAKE_CONFIG_FLAGS% ^
-DBUILD_DOCS:BOOL=FALSE ^
-DBUILD_TESTS:BOOL=FALSE ^
-DBUILD_opencv_apps:BOOL=FALSE ^
-DBUILD_opencv_java:BOOL=FALSE ^
-DBUILD_opencv_python2:BOOL=FALSE ^
-DBUILD_opencv_python3:BOOL=FALSE ^
-DBUILD_opencv_python_bindings_generator:BOOL=FALSE ^

Loading…
Cancel
Save