mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
fix for *.pc install dir (suggested by Ingmar Vanhassel on IRC)
This commit is contained in:
parent
a440385b41
commit
b53c2fcc99
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user