fix for *.pc install dir (suggested by Ingmar Vanhassel on IRC)

This commit is contained in:
Thomas Capricelli 2009-11-11 15:28:39 +01:00
parent a440385b41
commit b53c2fcc99

View File

@ -114,7 +114,7 @@ set(INCLUDE_INSTALL_DIR
if(EIGEN_BUILD_PKGCONFIG)
configure_file(eigen2.pc.in eigen2.pc)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/eigen2.pc
DESTINATION lib/pkgconfig
DESTINATION share/pkgconfig
)
endif(EIGEN_BUILD_PKGCONFIG)