aboutsummaryrefslogtreecommitdiff
path: root/ports/fcl
diff options
context:
space:
mode:
Diffstat (limited to 'ports/fcl')
-rw-r--r--ports/fcl/CONTROL2
-rw-r--r--ports/fcl/portfile.cmake9
2 files changed, 4 insertions, 7 deletions
diff --git a/ports/fcl/CONTROL b/ports/fcl/CONTROL
index aaae4f57b..161192e79 100644
--- a/ports/fcl/CONTROL
+++ b/ports/fcl/CONTROL
@@ -1,5 +1,5 @@
Source: fcl
-Version: 0.5.0-6
+Version: 0.5.0-7
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
diff --git a/ports/fcl/portfile.cmake b/ports/fcl/portfile.cmake
index 65ff738d0..6c7f54551 100644
--- a/ports/fcl/portfile.cmake
+++ b/ports/fcl/portfile.cmake
@@ -8,13 +8,10 @@ vcpkg_from_github(
REF 54e9619bc2b084ee50e986ac3308160d663481c4
SHA512 11bfa3fdeeda6766769a34d2248ca32b6b13ecb32b412c068aa1c7aa3495d55b3f7a82a93621965904f9813c3fd0f128a84f796ae5731d2ff15b85935a0e1261
HEAD_REF fcl-0.5
-)
-
-vcpkg_apply_patches(
- SOURCE_PATH ${SOURCE_PATH}
PATCHES
- ${CMAKE_CURRENT_LIST_DIR}/0001_fix_package_detection.patch
- ${CMAKE_CURRENT_LIST_DIR}/0002-fix_dependencies.patch)
+ 0001_fix_package_detection.patch
+ 0002-fix_dependencies.patch
+)
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
set(FCL_STATIC_LIBRARY ON)