aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/SpecialFunctions
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-08-29 10:59:37 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-08-29 10:59:37 +0200
commit35a8e945774581748dfe4a1993fbea71e6017102 (patch)
treea297cc4b2cbfcfd4ad0a672069ee4c44b460f8d2 /unsupported/Eigen/src/SpecialFunctions
parent0decc31aa8238f88a6f2116907fb3e0a97ebaf23 (diff)
bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command.
Diffstat (limited to 'unsupported/Eigen/src/SpecialFunctions')
-rw-r--r--unsupported/Eigen/src/SpecialFunctions/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/unsupported/Eigen/src/SpecialFunctions/CMakeLists.txt b/unsupported/Eigen/src/SpecialFunctions/CMakeLists.txt
deleted file mode 100644
index 25df9439d..000000000
--- a/unsupported/Eigen/src/SpecialFunctions/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-FILE(GLOB Eigen_SpecialFunctions_SRCS "*.h")
-INSTALL(FILES
- ${Eigen_SpecialFunctions_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/SpecialFunctions COMPONENT Devel
- )
-
-FILE(GLOB Eigen_SpecialFunctions_arch_CUDA_SRCS "arch/CUDA/*.h")
-INSTALL(FILES
- ${Eigen_SpecialFunctions_arch_CUDA_SRCS}
- DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/SpecialFunctions/arch/CUDA COMPONENT Devel
- ) \ No newline at end of file