diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-05-10 02:55:59 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-05-09 11:55:59 -0700 |
| commit | eddb8796e4b691e6190971ce914f8930e0beabb9 (patch) | |
| tree | 68071a748bff29261550a5d96b8052f6dc7a934e | |
| parent | cdc37cb6be6ac704f0bb09ec64c53ec2aaa7d1c3 (diff) | |
| download | vcpkg-eddb8796e4b691e6190971ce914f8930e0beabb9.tar.gz vcpkg-eddb8796e4b691e6190971ce914f8930e0beabb9.zip | |
[dlib]Fix build error in linux:copyright check failure. (#6361)
| -rw-r--r-- | ports/dlib/CONTROL | 2 | ||||
| -rw-r--r-- | ports/dlib/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/dlib/CONTROL b/ports/dlib/CONTROL index 638391c61..02560b26d 100644 --- a/ports/dlib/CONTROL +++ b/ports/dlib/CONTROL @@ -1,5 +1,5 @@ Source: dlib -Version: 19.16-2 +Version: 19.16-3 Build-Depends: libjpeg-turbo, libpng, sqlite3, fftw3, openblas (!osx), clapack Description: Modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ diff --git a/ports/dlib/portfile.cmake b/ports/dlib/portfile.cmake index be4a877cf..4c8b1ca91 100644 --- a/ports/dlib/portfile.cmake +++ b/ports/dlib/portfile.cmake @@ -76,5 +76,5 @@ file(WRITE ${CURRENT_PACKAGES_DIR}/include/dlib/config.h "${_contents}") # Handle copyright file(COPY ${SOURCE_PATH}/dlib/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/dlib) -file(RENAME ${CURRENT_PACKAGES_DIR}/share/dlib/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/dlib/COPYRIGHT) +file(RENAME ${CURRENT_PACKAGES_DIR}/share/dlib/LICENSE.txt ${CURRENT_PACKAGES_DIR}/share/dlib/copyright) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/share/doc) |
