mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
*make Eigen2 install to prefix/include/eigen2/Eigen
*Add FindEigen2.cmake module in kdelibs
This commit is contained in:
parent
5546e963c9
commit
239b47e033
@ -21,7 +21,7 @@ IF(CMAKE_COMPILER_IS_GNUCXX)
|
|||||||
ENDIF(CMAKE_COMPILER_IS_GNUCXX)
|
ENDIF(CMAKE_COMPILER_IS_GNUCXX)
|
||||||
|
|
||||||
SET(INCLUDE_INSTALL_DIR
|
SET(INCLUDE_INSTALL_DIR
|
||||||
"${CMAKE_INSTALL_PREFIX}/include"
|
"${CMAKE_INSTALL_PREFIX}/include/eigen2"
|
||||||
CACHE PATH
|
CACHE PATH
|
||||||
"The directory where we install the header files"
|
"The directory where we install the header files"
|
||||||
FORCE)
|
FORCE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user