move signature file to root directory, where it belongs

This commit is contained in:
Benoit Jacob
2009-11-19 12:41:28 -05:00
parent bbf0eb35a7
commit 2275f98d7b
3 changed files with 6 additions and 1 deletions

View File

@@ -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