diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-05-07 03:03:40 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-05-07 04:09:58 -0700 |
| commit | e1a111ad09d74a5b683635000e34bcc38c717d45 (patch) | |
| tree | 111834fa5f109bc6b5b787937e72f21df6a09063 /ports/dlib/CONTROL | |
| parent | 8e50c86f0a100b1949982eb83349ed64647b2e14 (diff) | |
| download | vcpkg-e1a111ad09d74a5b683635000e34bcc38c717d45.tar.gz vcpkg-e1a111ad09d74a5b683635000e34bcc38c717d45.zip | |
[dlib] Dlib encodes debug/release in its config.h. Patch it to respond to the NDEBUG macro instead.
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 952e267ae..a6e886c4a 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -1,4 +1,4 @@ Source: dlib -Version: 19.4-2 +Version: 19.4-3 Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3 Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ |
