aboutsummaryrefslogtreecommitdiff
path: root/ports/spdlog/fix-include.patch
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2020-06-11 17:42:04 +0800
committerGitHub <noreply@github.com>2020-06-11 02:42:04 -0700
commitffe8f5d9b7818c208058b0c3f6a795fba0707db5 (patch)
tree37903d599a24758960f36463749e46b0f33fcc85 /ports/spdlog/fix-include.patch
parent5c9511e3a8a3ff6ef8ca1e320b2f4cf38ffb791d (diff)
downloadvcpkg-ffe8f5d9b7818c208058b0c3f6a795fba0707db5.tar.gz
vcpkg-ffe8f5d9b7818c208058b0c3f6a795fba0707db5.zip
[spdlog] Update to 1.61 (#11793)
* [spdlog] Update to 1.61 * Modify the question * fixPortfile.camke * Update ports/spdlog/portfile.cmake * fixPortfile.cmake * Update ports/spdlog/portfile.cmake * Update ports/spdlog/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'ports/spdlog/fix-include.patch')
-rw-r--r--ports/spdlog/fix-include.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/ports/spdlog/fix-include.patch b/ports/spdlog/fix-include.patch
deleted file mode 100644
index 7f5539201..000000000
--- a/ports/spdlog/fix-include.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/include/spdlog/common.h b/include/spdlog/common.h
-index e1108a0a..b4faf26e 100644
---- a/include/spdlog/common.h
-+++ b/include/spdlog/common.h
-@@ -14,6 +14,7 @@
- #include <string>
- #include <type_traits>
- #include <functional>
-+#include <cassert>
-
- #ifdef _WIN32
- #ifndef NOMINMAX