diff options
author | Maxin John <maxin.john@intel.com> | 2018-02-28 17:29:31 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-16 19:14:25 -0700 |
commit | c32a268b56a21f1bff5a3fbfbf7dab09fc70c11a (patch) | |
tree | 3f6981c8f37801add1f1f8fa07d4f7ce3bff7778 /meta-oe/recipes-support/libeigen | |
parent | 97e47ce6e8cb512be3b521d0e04508f7705e152a (diff) | |
download | meta-openembedded-c32a268b56a21f1bff5a3fbfbf7dab09fc70c11a.tar.gz |
libeigen: remove unused patch
Remove the following unused patch:
0001-CMakeLists.txt-install-FindEigen3.cmake-script.patch
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libeigen')
-rw-r--r-- | meta-oe/recipes-support/libeigen/libeigen/0001-CMakeLists.txt-install-FindEigen3.cmake-script.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-oe/recipes-support/libeigen/libeigen/0001-CMakeLists.txt-install-FindEigen3.cmake-script.patch b/meta-oe/recipes-support/libeigen/libeigen/0001-CMakeLists.txt-install-FindEigen3.cmake-script.patch deleted file mode 100644 index 761dadbc3..000000000 --- a/meta-oe/recipes-support/libeigen/libeigen/0001-CMakeLists.txt-install-FindEigen3.cmake-script.patch +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | From fd8bc66efac1059c1068f804746b01b90177c333 Mon Sep 17 00:00:00 2001 | ||
2 | From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> | ||
3 | Date: Sun, 18 Oct 2015 16:52:25 +0200 | ||
4 | Subject: [PATCH] CMakeLists.txt: install FindEigen3.cmake script | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | |||
8 | Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> | ||
9 | --- | ||
10 | CMakeLists.txt | 2 ++ | ||
11 | 1 file changed, 2 insertions(+) | ||
12 | |||
13 | diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
14 | index 76a11b9..ec6c6ea 100644 | ||
15 | --- a/CMakeLists.txt | ||
16 | +++ b/CMakeLists.txt | ||
17 | @@ -342,6 +342,8 @@ if(EIGEN_BUILD_PKGCONFIG) | ||
18 | ) | ||
19 | endif(EIGEN_BUILD_PKGCONFIG) | ||
20 | |||
21 | +install(FILES "${PROJECT_SOURCE_DIR}/cmake/FindEigen3.cmake" DESTINATION "${CMAKE_INSTALL_PREFIX}/share/cmake/Modules") | ||
22 | + | ||
23 | add_subdirectory(Eigen) | ||
24 | |||
25 | add_subdirectory(doc EXCLUDE_FROM_ALL) | ||
26 | -- | ||
27 | 1.9.3 | ||
28 | |||