aboutsummaryrefslogtreecommitdiff
path: root/ports/fmt/CONTROL
diff options
context:
space:
mode:
authorMatthias C. M. Troffaes <matthias.troffaes@gmail.com>2020-09-05 04:11:41 +0100
committerGitHub <noreply@github.com>2020-09-04 20:11:41 -0700
commitd951a0033260a63e8d82c64ee1514b1c53364b55 (patch)
treefdee0f5c2f79021d1dc4f351eef84659f2513c49 /ports/fmt/CONTROL
parentf2fdeb52836b64f2ad12251af535193bfe92ed1a (diff)
downloadvcpkg-d951a0033260a63e8d82c64ee1514b1c53364b55.tar.gz
vcpkg-d951a0033260a63e8d82c64ee1514b1c53364b55.zip
[fmt] Fix build error when build type is release. (#13352)
Diffstat (limited to 'ports/fmt/CONTROL')
-rw-r--r--ports/fmt/CONTROL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/fmt/CONTROL b/ports/fmt/CONTROL
index 8a5c423eb..356f69981 100644
--- a/ports/fmt/CONTROL
+++ b/ports/fmt/CONTROL
@@ -1,4 +1,5 @@
Source: fmt
Version: 7.0.3
+Port-Version: 2
Homepage: https://github.com/fmtlib/fmt
Description: Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.