aboutsummaryrefslogtreecommitdiff
path: root/ports/rapidxml
diff options
context:
space:
mode:
authorConnor Fitzgerald <connorwadefitzgerald@gmail.com>2019-03-19 00:18:02 -0400
committerPhil Christensen <philc@microsoft.com>2019-03-18 21:18:02 -0700
commit02511898db381da2f643bc4d4e55fc9bca00214d (patch)
tree415bc37fe9e027f8077354f1ebc70db08e5d0330 /ports/rapidxml
parent27b1d92ef5bbba004e27bfd11aa8bea1bd9652db (diff)
downloadvcpkg-02511898db381da2f643bc4d4e55fc9bca00214d.tar.gz
vcpkg-02511898db381da2f643bc4d4e55fc9bca00214d.zip
[rapidxml-ns] Add new port. (#5703)
* [rapidxml-ns] Add new port * [rapidxml] Move headers out of include to prevent conflicts and clutter. * [rapidxml-ns] Update SHA512 * [rapidxml-ns] Fix header installation * [3fd] Fix header issue with rapidxml
Diffstat (limited to 'ports/rapidxml')
-rw-r--r--ports/rapidxml/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/rapidxml/portfile.cmake b/ports/rapidxml/portfile.cmake
index a5f3190d0..dd8f0d4c2 100644
--- a/ports/rapidxml/portfile.cmake
+++ b/ports/rapidxml/portfile.cmake
@@ -13,4 +13,4 @@ file(COPY ${SOURCE_PATH}/license.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/r
file(RENAME ${CURRENT_PACKAGES_DIR}/share/rapidxml/license.txt ${CURRENT_PACKAGES_DIR}/share/rapidxml/copyright)
# Copy the header files
-file(INSTALL ${SOURCE_PATH}/ DESTINATION ${CURRENT_PACKAGES_DIR}/include FILES_MATCHING PATTERN "*.hpp")
+file(INSTALL ${SOURCE_PATH}/ DESTINATION ${CURRENT_PACKAGES_DIR}/include/rapidxml FILES_MATCHING PATTERN "*.hpp")