aboutsummaryrefslogtreecommitdiff
path: root/ports/ompl/fix-findeigen3.patch
diff options
context:
space:
mode:
authorLily <47812810+LilyWangL@users.noreply.github.com>2020-05-14 07:35:00 +0800
committerGitHub <noreply@github.com>2020-05-13 16:35:00 -0700
commite57b024ccb77aa8dc5a126167b2ea2b4a1d44801 (patch)
treea36ce109abe79de18e388bd67f56bc3d0e32adec /ports/ompl/fix-findeigen3.patch
parent24e8be5fcfddd0da98b58a63cd918849787fb06f (diff)
downloadvcpkg-e57b024ccb77aa8dc5a126167b2ea2b4a1d44801.tar.gz
vcpkg-e57b024ccb77aa8dc5a126167b2ea2b4a1d44801.zip
[ompl] Fix patch apply error (#10972)
* [ompl] Fix patch apply error * [ompl] Fix build error * [ompl] Add comments
Diffstat (limited to 'ports/ompl/fix-findeigen3.patch')
-rw-r--r--ports/ompl/fix-findeigen3.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/ompl/fix-findeigen3.patch b/ports/ompl/fix-findeigen3.patch
deleted file mode 100644
index 137aacf20..000000000
--- a/ports/ompl/fix-findeigen3.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index fbde81b..c31c6ee 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -110,7 +110,7 @@ endif()
- set_package_properties(Eigen3 PROPERTIES
- URL "http://eigen.tuxfamily.org"
- PURPOSE "A linear algebra library used throughout OMPL.")
--find_package(Eigen3 REQUIRED)
-+find_package(Eigen3 CONFIG REQUIRED)
- include_directories("${EIGEN3_INCLUDE_DIR}")
-
- set_package_properties(MORSE PROPERTIES