mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 14:32:49 +08:00
[spdlog] Use external fmt header (#17152)
* [spdlog] Use external fmt header * Update versions
This commit is contained in:
parent
fb7f029ec6
commit
4a03e74569
@ -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)
|
||||
|
||||
|
@ -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": [
|
||||
|
@ -5702,7 +5702,7 @@
|
||||
},
|
||||
"spdlog": {
|
||||
"baseline": "1.8.5",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"spectra": {
|
||||
"baseline": "0.9.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2e12349e1676bc1b9dce1f297789684a5ebd46c7",
|
||||
"version-semver": "1.8.5",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "a2f8d7856c8821fb685f99873f5e058dc6136c2b",
|
||||
"version-semver": "1.8.5",
|
||||
|
Loading…
Reference in New Issue
Block a user