aboutsummaryrefslogtreecommitdiff
path: root/ports/fcl
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-10-09 14:31:35 +0800
committerGitHub <noreply@github.com>2020-10-08 23:31:35 -0700
commit7e495c0773353de69f24f3af8aea0ae9a129508c (patch)
tree71f50594cea12aa7d76a7883670af91252ab557d /ports/fcl
parent956f73a6bde87c9ddc9f2a7f03994c526af68ba5 (diff)
downloadvcpkg-7e495c0773353de69f24f3af8aea0ae9a129508c.tar.gz
vcpkg-7e495c0773353de69f24f3af8aea0ae9a129508c.zip
[fastcdr/jack2/fcl/ensmallen/hwloc] Update to latest release (#13559)
Diffstat (limited to 'ports/fcl')
-rw-r--r--ports/fcl/CONTROL2
-rw-r--r--ports/fcl/portfile.cmake12
2 files changed, 4 insertions, 10 deletions
diff --git a/ports/fcl/CONTROL b/ports/fcl/CONTROL
index 0de5cc858..8ab0cde2f 100644
--- a/ports/fcl/CONTROL
+++ b/ports/fcl/CONTROL
@@ -1,5 +1,5 @@
Source: fcl
-Version: 0.6.0-1
+Version: 0.6.1
Homepage: https://github.com/flexible-collision-library/fcl
Description: a library for performing three types of proximity queries on a pair of geometric models composed of triangles
Build-Depends: ccd, octomap, eigen3
diff --git a/ports/fcl/portfile.cmake b/ports/fcl/portfile.cmake
index f5585ec6e..0bd74661d 100644
--- a/ports/fcl/portfile.cmake
+++ b/ports/fcl/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO flexible-collision-library/fcl
- REF a13c681e41eb8180cba7d4fd32637511f588cb82 #v0.6.0
- SHA512 b0fe70f411871ff50b6e5978c01e5849099bec7b68983c6d1ff1afa1628980eaabafd59748ee06e4337efeb77dba6c65af93868a5fc5df980a133a3f667ddccf
+ REF 97455a46de121fb7c0f749e21a58b1b54cd2c6be # 0.6.1
+ SHA512 1ed1f43866a2da045fcb82ec54a7812c3fc46306386bc04ccf33b5e169773743b2985997373a63bf480098a321600321fdf5061b1448b48e993cf92cad032891
HEAD_REF master
)
@@ -38,12 +38,6 @@ else()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/fcl)
endif()
-
-file(READ ${CURRENT_PACKAGES_DIR}/share/fcl/fclConfig.cmake FCL_CONFIG)
-string(REPLACE "unset(_expectedTargets)"
- "unset(_expectedTargets)\n\nfind_package(octomap REQUIRED)\nfind_package(ccd REQUIRED)" FCL_CONFIG "${FCL_CONFIG}")
-file(WRITE ${CURRENT_PACKAGES_DIR}/share/fcl/fclConfig.cmake "${FCL_CONFIG}")
-
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include ${CURRENT_PACKAGES_DIR}/debug/share)
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) \ No newline at end of file
+file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)