diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-11-26 06:35:53 +0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-11-25 14:35:53 -0800 |
| commit | ca1e2ec6b30a0a3830fca950a9dd0b55202fd1ec (patch) | |
| tree | 3c08d7f1a8abd3e80cf9fa8a86e56b2d7b942b1b /ports/spdlog/fix-feature-export.patch | |
| parent | a3ab4500a4fbe26bdd6b8a671e2a1dc44112f5eb (diff) | |
| download | vcpkg-ca1e2ec6b30a0a3830fca950a9dd0b55202fd1ec.tar.gz vcpkg-ca1e2ec6b30a0a3830fca950a9dd0b55202fd1ec.zip | |
[spdlog]Update to 1.4.2 (#8779)
* [spdlog]Upgrade version to 1.4.2
* [spdlog]Do not remove these libraries.
* [spdlog]Fix error C4275 when use fmt.
* [spdlog]Re-fix C4275 error.
* [spdlog]Re-fix C4275 error.
* [spdlog]Disable build on uwp.
* [spdlog]Fix build with uwp.
Diffstat (limited to 'ports/spdlog/fix-feature-export.patch')
| -rw-r--r-- | ports/spdlog/fix-feature-export.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/spdlog/fix-feature-export.patch b/ports/spdlog/fix-feature-export.patch index ad1239fd7..51dbd8473 100644 --- a/ports/spdlog/fix-feature-export.patch +++ b/ports/spdlog/fix-feature-export.patch @@ -1,9 +1,9 @@ diff --git a/bench/CMakeLists.txt b/bench/CMakeLists.txt -index 3c4a3f9..3bc3813 100644 +index d087cf6..86483db 100644 --- a/bench/CMakeLists.txt +++ b/bench/CMakeLists.txt -@@ -46,3 +46,8 @@ add_executable(formatter-bench formatter-bench.cpp) - target_link_libraries(formatter-bench PRIVATE benchmark::benchmark spdlog::spdlog Threads::Threads) +@@ -26,3 +26,8 @@ add_executable(formatter-bench formatter-bench.cpp) + target_link_libraries(formatter-bench PRIVATE benchmark::benchmark spdlog::spdlog) file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/logs") + |
