From 35a8e945774581748dfe4a1993fbea71e6017102 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 29 Aug 2016 10:59:37 +0200 Subject: bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. --- unsupported/Eigen/CXX11/src/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 unsupported/Eigen/CXX11/src/CMakeLists.txt (limited to 'unsupported/Eigen/CXX11/src/CMakeLists.txt') diff --git a/unsupported/Eigen/CXX11/src/CMakeLists.txt b/unsupported/Eigen/CXX11/src/CMakeLists.txt deleted file mode 100644 index 1734262bb..000000000 --- a/unsupported/Eigen/CXX11/src/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -add_subdirectory(util) -add_subdirectory(ThreadPool) -add_subdirectory(Tensor) -add_subdirectory(TensorSymmetry) -- cgit v1.2.3