mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
[fmt] Downloaded archives should include the package name
This commit is contained in:
parent
910c367514
commit
fef2ec1ff2
@ -2,7 +2,7 @@ include(vcpkg_common_functions)
|
|||||||
|
|
||||||
vcpkg_download_distfile(ARCHIVE_FILE
|
vcpkg_download_distfile(ARCHIVE_FILE
|
||||||
URL "https://github.com/fmtlib/fmt/archive/3.0.0.tar.gz"
|
URL "https://github.com/fmtlib/fmt/archive/3.0.0.tar.gz"
|
||||||
FILENAME "3.0.0.tar.gz"
|
FILENAME "fmt-3.0.0.tar.gz"
|
||||||
MD5 deeac02aa6d00d6d04502087fdf88b6f
|
MD5 deeac02aa6d00d6d04502087fdf88b6f
|
||||||
)
|
)
|
||||||
vcpkg_extract_source_archive(${ARCHIVE_FILE})
|
vcpkg_extract_source_archive(${ARCHIVE_FILE})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user