aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-26 11:59:46 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-26 11:59:46 -0700
commite42f413269d400866ae3ecc67008b9ab931d6d91 (patch)
tree8eeda08e734825b1c65f331a128f7a90bad30205
parent0957ff5d4930890a410ec213c9fda7e07af2d57a (diff)
downloadvcpkg-e42f413269d400866ae3ecc67008b9ab931d6d91.tar.gz
vcpkg-e42f413269d400866ae3ecc67008b9ab931d6d91.zip
[rapidjson] Mark as header-only library
-rw-r--r--ports/asio/portfile.cmake2
-rw-r--r--ports/rapidjson/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/asio/portfile.cmake b/ports/asio/portfile.cmake
index de9b671aa..c966b157e 100644
--- a/ports/asio/portfile.cmake
+++ b/ports/asio/portfile.cmake
@@ -1,5 +1,5 @@
-include(vcpkg_common_functions)
#header-only library
+include(vcpkg_common_functions)
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"
diff --git a/ports/rapidjson/portfile.cmake b/ports/rapidjson/portfile.cmake
index d907210d0..3d923cb95 100644
--- a/ports/rapidjson/portfile.cmake
+++ b/ports/rapidjson/portfile.cmake
@@ -1,3 +1,4 @@
+#header-only library
include(vcpkg_common_functions)
SET(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/rapidjson-879def80f2e466cdf4c86dc7e53ea2dd4cafaea0)
vcpkg_download_distfile(ARCHIVE