mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[boost-di] Use vcpkg_download_distfile
This commit is contained in:
parent
6dfc813163
commit
64ae9efffa
@ -14,4 +14,9 @@ file(INSTALL ${SOURCE_PATH}/include/boost
|
||||
|
||||
# boost-di license does not exist in source folder.
|
||||
# it shares the boost license.
|
||||
file(DOWNLOAD http://www.boost.org/LICENSE_1_0.txt ${CURRENT_PACKAGES_DIR}/share/boost-di/copyright)
|
||||
vcpkg_download_distfile(LICENSE
|
||||
URLS http://www.boost.org/LICENSE_1_0.txt
|
||||
FILENAME "boost-di-copyright"
|
||||
SHA512 d6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8
|
||||
)
|
||||
file(INSTALL ${LICENSE} DESTINATION ${CURRENT_PACKAGES_DIR}/share/boost-di/copyright)
|
Loading…
x
Reference in New Issue
Block a user