aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-26 11:49:01 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-26 11:49:01 -0700
commitbea1fe1ec6b5c6149bf0ea9b6bb8d192e88693f3 (patch)
tree31eff2286176c722107b49c9ef7d0d3c9234984e
parent9c6bcb67d87e6108f405a2201c0e782b3858b54a (diff)
downloadvcpkg-bea1fe1ec6b5c6149bf0ea9b6bb8d192e88693f3.tar.gz
vcpkg-bea1fe1ec6b5c6149bf0ea9b6bb8d192e88693f3.zip
[asio] Mark as header-only library
-rw-r--r--ports/asio/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/asio/portfile.cmake b/ports/asio/portfile.cmake
index 8c28b951b..9c53f2995 100644
--- a/ports/asio/portfile.cmake
+++ b/ports/asio/portfile.cmake
@@ -1,4 +1,5 @@
include(vcpkg_common_functions)
+#header-only library
SET(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/asio-asio-1-10-6/asio/)
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/chriskohlhoff/asio/archive/asio-1-10-6.zip"