aboutsummaryrefslogtreecommitdiff
path: root/ports/asio/CONTROL
diff options
context:
space:
mode:
authorHelco <Helco@users.noreply.github.com>2019-06-05 01:01:27 +0200
committerPhil Christensen <philc@microsoft.com>2019-06-04 16:01:27 -0700
commite3e495d65f954ee04a4be5d4124c293188d0dd5c (patch)
tree2d0521f8333438a67fbb27c1c87a1258eae70ba6 /ports/asio/CONTROL
parentfadd52d2a86a075d8fa5d1de206323196975fce9 (diff)
downloadvcpkg-e3e495d65f954ee04a4be5d4124c293188d0dd5c.tar.gz
vcpkg-e3e495d65f954ee04a4be5d4124c293188d0dd5c.zip
[asio] Add cmake target (#6751)
* [asio] Add cmake target * [asio] Export both asio and asio::asio * [asio] Also export include dir variable
Diffstat (limited to 'ports/asio/CONTROL')
-rw-r--r--ports/asio/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/asio/CONTROL b/ports/asio/CONTROL
index 6ba9e4318..951c80e29 100644
--- a/ports/asio/CONTROL
+++ b/ports/asio/CONTROL
@@ -1,3 +1,3 @@
Source: asio
-Version: 1.12.2
+Version: 1.12.2-1
Description: Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.