aboutsummaryrefslogtreecommitdiff
path: root/unsupported/Eigen/src/SVD/CMakeLists.txt
diff options
context:
space:
mode:
authorMiao Wang <miaowang@google.com>2017-03-08 17:13:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-08 17:13:58 +0000
commit7de1f32623fe9b8d80455905f4f23b944bcb5e48 (patch)
tree0488797fc544fe977bec6418c73445759f052482 /unsupported/Eigen/src/SVD/CMakeLists.txt
parent2121131a9d270120c1712ffcb9cdb7aeaeb33e3f (diff)
parent2b8756b6f1de65d3f8bffab45be6c44ceb7411fc (diff)
downloadeigen-7de1f32623fe9b8d80455905f4f23b944bcb5e48.tar.gz
Merge "Rebase Eigen to 3.3.3."
Diffstat (limited to 'unsupported/Eigen/src/SVD/CMakeLists.txt')
-rw-r--r--unsupported/Eigen/src/SVD/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/unsupported/Eigen/src/SVD/CMakeLists.txt b/unsupported/Eigen/src/SVD/CMakeLists.txt
deleted file mode 100644
index b40baf092..000000000
--- a/unsupported/Eigen/src/SVD/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_SVD_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_SVD_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}unsupported/Eigen/src/SVD COMPONENT Devel
- )