Makefile: Use gitlab euphon opencv repos
This commit is contained in:
parent
92eb92134f
commit
83e435637a
4
Makefile
4
Makefile
@ -110,8 +110,8 @@ test: FORCE
|
||||
OPENCV_TAG := 4.9.0
|
||||
opencv/src/LICENSE:
|
||||
rm -rf opencv/src opencv/contrib
|
||||
git clone --depth=1 https://github.com/opencv/opencv_contrib opencv/contrib -b $(OPENCV_TAG)
|
||||
git clone --depth=1 https://github.com/opencv/opencv opencv/src -b $(OPENCV_TAG)
|
||||
git clone --depth=1 https://gitlab.com/euphon/opencv_contrib opencv/contrib -b $(OPENCV_TAG)
|
||||
git clone --depth=1 https://gitlab.com/euphon/opencv opencv/src -b $(OPENCV_TAG)
|
||||
|
||||
opencv: opencv/src/LICENSE FORCE
|
||||
mkdir -p opencv/build/cpp opencv/install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user