diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-09-03 21:57:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-03 21:57:11 -0700 |
| commit | 2ea680ff0d20aed86f755045ed8ea5d2f8d2b859 (patch) | |
| tree | 2b2a684b1e0f318a4985244659ee2405b432b907 /ports/dlib/CONTROL | |
| parent | 85247c398141ab4d692b8fd61dbfcb845e79d2f2 (diff) | |
| download | vcpkg-2ea680ff0d20aed86f755045ed8ea5d2f8d2b859.tar.gz vcpkg-2ea680ff0d20aed86f755045ed8ea5d2f8d2b859.zip | |
[dlib] Fix dependency port sqlite3 (#13325)
Diffstat (limited to 'ports/dlib/CONTROL')
| -rw-r--r-- | ports/dlib/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/dlib/CONTROL b/ports/dlib/CONTROL index 042b2b791..f651f9d62 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -1,6 +1,6 @@ Source: dlib Version: 19.21 -Port-Version: 3 +Port-Version: 4 Build-Depends: libjpeg-turbo, libpng, openblas, lapack Homepage: https://github.com/davisking/dlib Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ |
