aboutsummaryrefslogtreecommitdiff
path: root/Eigen/src/StlSupport/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/src/StlSupport/CMakeLists.txt')
-rw-r--r--Eigen/src/StlSupport/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Eigen/src/StlSupport/CMakeLists.txt b/Eigen/src/StlSupport/CMakeLists.txt
deleted file mode 100644
index 0f094f637..000000000
--- a/Eigen/src/StlSupport/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-FILE(GLOB Eigen_StlSupport_SRCS "*.h")
-
-INSTALL(FILES
- ${Eigen_StlSupport_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/StlSupport COMPONENT Devel
- )