summaryrefslogtreecommitdiffhomepage
path: root/eigen/unsupported/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/unsupported/CMakeLists.txt')
-rw-r--r--eigen/unsupported/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/eigen/unsupported/CMakeLists.txt b/eigen/unsupported/CMakeLists.txt
deleted file mode 100644
index 9a56661..0000000
--- a/eigen/unsupported/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-add_subdirectory(Eigen)
-add_subdirectory(doc EXCLUDE_FROM_ALL)
-if(BUILD_TESTING)
- if(EIGEN_LEAVE_TEST_IN_ALL_TARGET)
- add_subdirectory(test) # can't do EXCLUDE_FROM_ALL here, breaks CTest
- else()
- add_subdirectory(test EXCLUDE_FROM_ALL)
- endif()
-endif()