diff options
| author | MichaĆ Walenciak <Kicer86@gmail.com> | 2020-12-24 02:05:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-23 17:05:36 -0800 |
| commit | b6b82ac290a37b374797dc2fd53b5b8e5903cbb8 (patch) | |
| tree | b135b2613249ba300184ab5ab082881e57fc83d7 | |
| parent | cc4475d492bd1147f18e19f2c80b083a56391e18 (diff) | |
| download | vcpkg-b6b82ac290a37b374797dc2fd53b5b8e5903cbb8.tar.gz vcpkg-b6b82ac290a37b374797dc2fd53b5b8e5903cbb8.zip | |
[dlib] adding missing cudnn depedency for cuda feature (#15277)
| -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 a01d89ec5..c9b8f1f68 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -7,7 +7,7 @@ Description: Modern C++ toolkit containing machine learning algorithms and tools Default-Features: fftw3, sqlite3 Feature: cuda -Build-Depends: cuda +Build-Depends: cuda, cudnn Description: CUDA support for dlib Feature: fftw3 |
