aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jure Repinc <jlp@holodeck1.com>2008-08-28 17:33:27 +0000
committerGravatar Jure Repinc <jlp@holodeck1.com>2008-08-28 17:33:27 +0000
commitee2df6026abe8ab6e4615b8cee84aaeeea83efdc (patch)
tree506eb1bd8de1554a2fb43f2e7969ac082f2cd22e
parent3ced3f91c246315453d49f43d931d17283010b2a (diff)
CoreDeclarations was removed
-rw-r--r--Eigen/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/CMakeLists.txt b/Eigen/CMakeLists.txt
index 7cbd2fe56..10f02707f 100644
--- a/Eigen/CMakeLists.txt
+++ b/Eigen/CMakeLists.txt
@@ -1,4 +1,4 @@
-SET(Eigen_HEADERS Core CoreDeclarations LU Cholesky QR Geometry Sparse Array SVD Regression)
+SET(Eigen_HEADERS Core LU Cholesky QR Geometry Sparse Array SVD Regression)
IF(BUILD_LIB)
SET(Eigen_SRCS
@@ -31,4 +31,4 @@ INSTALL(FILES
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen
)
-ADD_SUBDIRECTORY(src) \ No newline at end of file
+ADD_SUBDIRECTORY(src)