diff options
| author | Sean Yen <seanyen@microsoft.com> | 2020-12-23 17:08:28 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-23 17:08:28 -0800 |
| commit | a8ac047e6c40b806ac89ac4d7281d45d7c0aaf29 (patch) | |
| tree | 49269ce736393c573af82d60eea92a29fe4f0723 /ports/ompl/fix_dependency.patch | |
| parent | 63451b40b172759600d222fd77332ee0643adbbf (diff) | |
| download | vcpkg-a8ac047e6c40b806ac89ac4d7281d45d7c0aaf29.tar.gz vcpkg-a8ac047e6c40b806ac89ac4d7281d45d7c0aaf29.zip | |
[ompl] upgrade to v1.5.1 (#15276)
Diffstat (limited to 'ports/ompl/fix_dependency.patch')
| -rw-r--r-- | ports/ompl/fix_dependency.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/ompl/fix_dependency.patch b/ports/ompl/fix_dependency.patch index 6ab6f7137..4a19f81b8 100644 --- a/ports/ompl/fix_dependency.patch +++ b/ports/ompl/fix_dependency.patch @@ -1,5 +1,5 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 24be873..3b916d7 100644
+index 4c7e6901..a433b7da 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -136,7 +136,7 @@ find_package(Drawstuff QUIET)
@@ -21,9 +21,9 @@ index 24be873..3b916d7 100644 # ROS installs fcl in /usr. In /usr/include/fcl/config.h it says octomap was
# enabled. Octomap is installed in /opt/ros/${ROS_DISTRO}/include (most
-@@ -199,7 +198,7 @@ set(OMPLAPP_LIBRARIES
- ${Boost_FILESYSTEM_LIBRARY}
- ${Boost_SYSTEM_LIBRARY}
+@@ -195,7 +194,7 @@ set(OMPLAPP_MODULE_LIBRARIES
+ ${FCL_LIBRARIES})
+ set(OMPLAPP_LIBRARIES
${OPENGL_LIBRARIES}
- ${ASSIMP_LIBRARIES}
+ assimp::assimp
|
