zeus migration: opencv: Fix warning applying this patch
https://jira.digi.com/browse/DEL-7013 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
f01a336d43
commit
2d3fbfc3d2
|
|
@ -1,10 +1,15 @@
|
|||
This CMake module will download files during do_configure. This is bad as it
|
||||
means we can't do offline builds.
|
||||
From: Arturo Buzarra <arturo.buzarra@digi.com>
|
||||
Date: Thu, 16 Apr 2020 09:15:06 +0200
|
||||
Subject: [PATCH] This CMake module will download files during do_configure.
|
||||
This is bad as it means we can't do offline builds.
|
||||
|
||||
Add an option to disallow downloads by emitting a fatal error.
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
||||
---
|
||||
cmake/OpenCVDownload.cmake | 6 ++++++
|
||||
1 file changed, 6 insertions(+)
|
||||
|
||||
diff --git a/cmake/OpenCVDownload.cmake b/cmake/OpenCVDownload.cmake
|
||||
index 63cf6d3238..4acf477f70 100644
|
||||
|
|
|
|||
Loading…
Reference in New Issue