aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-19 12:41:28 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-19 12:41:28 -0500
commit2275f98d7bd90c12a4bd324ada21a15ec0ffec69 (patch)
tree6f6cec4269c1e4c03117a923e98c3f575d8006d4
parentbbf0eb35a769b3b644ac62d65601f7b3044baacd (diff)
move signature file to root directory, where it belongs
-rw-r--r--CMakeLists.txt5
-rw-r--r--cmake/FindEigen3.cmake2
-rw-r--r--signature_of_eigen3_matrix_library (renamed from Eigen/signature_of_eigen3_matrix_library)0
3 files changed, 6 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 62d292c02..8932fff2a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -122,6 +122,11 @@ set(INCLUDE_INSTALL_DIR
"The directory where we install the header files"
)
+install(FILES
+ signature_of_eigen3_matrix_library
+ DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel
+ )
+
if(EIGEN_BUILD_PKGCONFIG)
configure_file(eigen3.pc.in eigen3.pc)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/eigen3.pc
diff --git a/cmake/FindEigen3.cmake b/cmake/FindEigen3.cmake
index 1d7dbb43d..2c4bb0462 100644
--- a/cmake/FindEigen3.cmake
+++ b/cmake/FindEigen3.cmake
@@ -60,7 +60,7 @@ if (EIGEN3_INCLUDE_DIR)
else (EIGEN3_INCLUDE_DIR)
- find_path(EIGEN3_INCLUDE_DIR NAMES Eigen/signature_of_eigen3_matrix_library
+ find_path(EIGEN3_INCLUDE_DIR NAMES signature_of_eigen3_matrix_library
PATHS
${CMAKE_INSTALL_PREFIX}/include
${KDE4_INCLUDE_DIR}
diff --git a/Eigen/signature_of_eigen3_matrix_library b/signature_of_eigen3_matrix_library
index 477732ef4..477732ef4 100644
--- a/Eigen/signature_of_eigen3_matrix_library
+++ b/signature_of_eigen3_matrix_library