diff options
Diffstat (limited to 'src/Eigen/src/SuperLUSupport/CMakeLists.txt')
-rw-r--r-- | src/Eigen/src/SuperLUSupport/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Eigen/src/SuperLUSupport/CMakeLists.txt b/src/Eigen/src/SuperLUSupport/CMakeLists.txt deleted file mode 100644 index b28ebe5..0000000 --- a/src/Eigen/src/SuperLUSupport/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -FILE(GLOB Eigen_SuperLUSupport_SRCS "*.h") - -INSTALL(FILES - ${Eigen_SuperLUSupport_SRCS} - DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/SuperLUSupport COMPONENT Devel - ) |