summaryrefslogblamecommitdiff
path: root/user/eigen/fix_path_FindEigen3.patch
blob: a5b42d5f3f2fba9d10c94eaf6daa900aa9af706a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                                   
Description: fix installation path for cmake-files
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2015-12-18
Index: eigen-eigen-323c052e1731/CMakeLists.txt
===================================================================
--- eigen-eigen-323c052e1731.orig/CMakeLists.txt
+++ eigen-eigen-323c052e1731/CMakeLists.txt
@@ -393,7 +393,7 @@ else()
       )
 endif()
 set(CMAKEPACKAGE_INSTALL_DIR
-    "${CMAKE_INSTALL_DATADIR}/eigen3/cmake"
+    "/usr/lib/cmake/eigen3"
     CACHE PATH "The directory relative to CMAKE_PREFIX_PATH where Eigen3Config.cmake is installed"
     )
 set(PKGCONFIG_INSTALL_DIR