From 4084dce038ea8b1011be6068b68e3aa10523ac07 Mon Sep 17 00:00:00 2001 From: Abhijit Kundu Date: Thu, 26 Feb 2015 16:50:09 -0500 Subject: Added CMake support for Tensor module. CMake now installs CXX11 Tensor module like the rest of the unsupported modules --- unsupported/Eigen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'unsupported/Eigen/CMakeLists.txt') diff --git a/unsupported/Eigen/CMakeLists.txt b/unsupported/Eigen/CMakeLists.txt index e06f1238b..6faf4585d 100644 --- a/unsupported/Eigen/CMakeLists.txt +++ b/unsupported/Eigen/CMakeLists.txt @@ -9,3 +9,4 @@ install(FILES ) add_subdirectory(src) +add_subdirectory(CXX11) \ No newline at end of file -- cgit v1.2.3