aboutsummaryrefslogtreecommitdiff
path: root/ports/fastrtps
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-08-06 05:04:51 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-08-06 19:51:31 -0700
commitff5d6eb3c84d6a41fefc2ab10b77790db933c8ed (patch)
treeebbcd140a53ab2d7e9cb9df44a79c075a98df4ed /ports/fastrtps
parent97bbb64b52b9255034635712c1802ceb2f88ac49 (diff)
downloadvcpkg-ff5d6eb3c84d6a41fefc2ab10b77790db933c8ed.tar.gz
vcpkg-ff5d6eb3c84d6a41fefc2ab10b77790db933c8ed.zip
[fastrtps][forest][octomap][sol2] Update hashes
Diffstat (limited to 'ports/fastrtps')
-rw-r--r--ports/fastrtps/CONTROL2
-rw-r--r--ports/fastrtps/portfile.cmake5
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/fastrtps/CONTROL b/ports/fastrtps/CONTROL
index edbe4b7d4..97748211c 100644
--- a/ports/fastrtps/CONTROL
+++ b/ports/fastrtps/CONTROL
@@ -1,4 +1,4 @@
Source: fastrtps
-Version: 1.5.0
+Version: 1.5.0-1
Description: Eprosima Fast RTPS is a C++ implementation of the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium.
Build-Depends: openssl, asio, tinyxml2 \ No newline at end of file
diff --git a/ports/fastrtps/portfile.cmake b/ports/fastrtps/portfile.cmake
index 855d9f8b5..0dce8ed73 100644
--- a/ports/fastrtps/portfile.cmake
+++ b/ports/fastrtps/portfile.cmake
@@ -21,12 +21,13 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
vcpkg_copy_pdbs()
-file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/share)
-file(COPY ${CURRENT_PACKAGES_DIR}/lib/fastrtps DESTINATION ${CURRENT_PACKAGES_DIR}/share)
+vcpkg_fixup_cmake_targets(CONFIG_PATH lib/fastrtps/cmake)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/examples)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/LICENSE)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/examples)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/lib/fastrtps)
+file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib/fastrtps)
file(RENAME ${CURRENT_PACKAGES_DIR}/LICENSE ${CURRENT_PACKAGES_DIR}/share/fastrtps/copyright)