This is an automated email from the ASF dual-hosted git repository.
szaszm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.
from c683cbe MINIFICPP-1587 Fix CWEL test compilation if path contains
whitespace
add 53304ee MINIFICPP-994 Move out OpenCV build from cmake configuration,
add ...
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 2 +-
CMakeLists.txt | 30 ++-
Windows.md | 1 +
cmake/BundledOpenCV.cmake | 213 +++++++++++++++++++++
cmake/Extensions.cmake | 47 -----
.../FindCivetWeb.cmake => opencv/FindOpenCV.cmake} | 13 +-
extensions/opencv/CMakeLists.txt | 50 +----
thirdparty/opencv/opencv.patch | 35 ++++
win_build_vs.bat | 4 +-
9 files changed, 285 insertions(+), 110 deletions(-)
create mode 100644 cmake/BundledOpenCV.cmake
copy cmake/{civetweb/dummy/FindCivetWeb.cmake => opencv/FindOpenCV.cmake} (71%)
create mode 100644 thirdparty/opencv/opencv.patch