*make Eigen2 install to prefix/include/eigen2/Eigen

*Add FindEigen2.cmake module in kdelibs
This commit is contained in:
Benoit Jacob 2008-08-16 12:56:38 +00:00
parent 5546e963c9
commit 239b47e033

View File

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