diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-23 06:14:20 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-09 10:28:02 +0200 |
| commit | 5e2e2c76e151549a7a263ba042b9988a74517f4a (patch) | |
| tree | f7cad5730462e730a44003c4348e350cd1ff03bf /.gitmodules | |
| parent | be2926499af2e372c313d965533be3a7ee0dcf4d (diff) | |
fork and update opencv
Diffstat (limited to '.gitmodules')
| -rwxr-xr-x | .gitmodules | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 64e8198..716cd7a 100755 --- a/.gitmodules +++ b/.gitmodules @@ -8,10 +8,6 @@ [submodule "headtracker"] path = headtracker url = https://github.com/sthalik/headtracker.git -[submodule "opencv"] - path = opencv - url = https://github.com/Itseez/opencv.git - ignore = dirty [submodule "LibOVR-025"] path = LibOVR-025 url = https://github.com/opentrack/LibOVR @@ -25,3 +21,6 @@ [submodule "opentrack.wiki"] path = opentrack.wiki url = git@github.com:opentrack/opentrack.wiki.git +[submodule "opencv"] + path = opencv + url = https://github.com/opentrack/opencv.git |
