This is an automated email from the ASF dual-hosted git repository.
aboda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/master by this push:
new 35ff1d2 MINIFICPP-916 - Turn off java build OpenCV
35ff1d2 is described below
commit 35ff1d23168e3f8947976255f25a7dd8ea666b70
Author: Nghia Le <[email protected]>
AuthorDate: Tue Oct 29 15:59:15 2019 +0100
MINIFICPP-916 - Turn off java build OpenCV
Signed-off-by: Arpad Boda <[email protected]>
This closes #673
---
extensions/opencv/CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/extensions/opencv/CMakeLists.txt b/extensions/opencv/CMakeLists.txt
index 37ea563..b7c30d1 100644
--- a/extensions/opencv/CMakeLists.txt
+++ b/extensions/opencv/CMakeLists.txt
@@ -30,6 +30,8 @@ set(BYPRODUCT "${BASE_DIR}/install")
# OpenCV 4.1.0
build_git_project(opencv-external "${BASE_DIR}"
"https://github.com/opencv/opencv.git"
"371bba8f54560b374fbcd47e7e02f015ac4969ad"
-DCMAKE_BUILD_TYPE=Release
+ -DBUILD_JAVA=OFF
+ -DBUILD_FAT_JAVA_LIB=OFF
-DCMAKE_INSTALL_PREFIX=${BYPRODUCT}
-DBUILD_SHARED_LIBS=OFF
-DBUILD_EXAMPLES=OFF