diff options
| author | Mark Moll <mmoll@rice.edu> | 2019-04-25 15:42:16 -0400 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-04-25 12:42:16 -0700 |
| commit | 6735932ad32af7cd20c18cefcae59368cd530ce1 (patch) | |
| tree | e0991988c07b8af4597c98285eaf56dce2a2f974 /ports/ompl/001-disable-extra-components.patch | |
| parent | 41623d8e4e5d0d8618045f8d67e79bb620696649 (diff) | |
| download | vcpkg-6735932ad32af7cd20c18cefcae59368cd530ce1.tar.gz vcpkg-6735932ad32af7cd20c18cefcae59368cd530ce1.zip | |
[ompl] update to version 1.4.2 (#6084)
- add feature to install ompl.app libraries, which add support for
reading meshes and collision checking
- remove patch and instead remove unwanted files via portfile
Diffstat (limited to 'ports/ompl/001-disable-extra-components.patch')
| -rw-r--r-- | ports/ompl/001-disable-extra-components.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ports/ompl/001-disable-extra-components.patch b/ports/ompl/001-disable-extra-components.patch deleted file mode 100644 index b1bb8bc39..000000000 --- a/ports/ompl/001-disable-extra-components.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index fbde81b..da11bfe 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -173,12 +173,13 @@ endif() - # R is needed for running Planner Arena locally - find_program(R_EXEC R) - --add_subdirectory(py-bindings) -+# VCPKG PATCH: Disable extra components from library. -+# add_subdirectory(py-bindings) - add_subdirectory(src) --add_subdirectory(tests) --add_subdirectory(demos) --add_subdirectory(scripts) --add_subdirectory(doc) -+# add_subdirectory(tests) -+# add_subdirectory(demos) -+# add_subdirectory(scripts) -+# add_subdirectory(doc) - - target_link_flags(ompl) - set(PKG_NAME "ompl") |
