[spdlog] Use external fmt header (#17152)

* [spdlog] Use external fmt header

* Update versions
This commit is contained in:
NancyLi1013 2021-04-10 00:47:48 +08:00 committed by GitHub
parent fb7f029ec6
commit 4a03e74569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 1 deletions

View File

@ -40,6 +40,11 @@ vcpkg_replace_string(${CURRENT_PACKAGES_DIR}/include/spdlog/fmt/ostr.h
"#if 0 // !defined(SPDLOG_FMT_EXTERNAL)"
)
vcpkg_replace_string(${CURRENT_PACKAGES_DIR}/include/spdlog/fmt/chrono.h
"#if !defined(SPDLOG_FMT_EXTERNAL)"
"#if 0 // !defined(SPDLOG_FMT_EXTERNAL)"
)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include
${CURRENT_PACKAGES_DIR}/debug/share)

View File

@ -1,6 +1,7 @@
{
"name": "spdlog",
"version-semver": "1.8.5",
"port-version": 1,
"description": "Very fast, header only, C++ logging library",
"homepage": "https://github.com/gabime/spdlog",
"dependencies": [

View File

@ -5702,7 +5702,7 @@
},
"spdlog": {
"baseline": "1.8.5",
"port-version": 0
"port-version": 1
},
"spectra": {
"baseline": "0.9.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2e12349e1676bc1b9dce1f297789684a5ebd46c7",
"version-semver": "1.8.5",
"port-version": 1
},
{
"git-tree": "a2f8d7856c8821fb685f99873f5e058dc6136c2b",
"version-semver": "1.8.5",