aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-10-15 16:09:43 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-10-15 16:09:43 -0400
commit3c4a025a5461262e175542fa8857e2bb6e0c63b2 (patch)
tree6cd201cb666b53c9c7817d0a00c21569bc4674ab /unsupported/CMakeLists.txt
parent41e942d3fb3a3bf26a7fad169adaf3968daa7d46 (diff)
parentd177c1f3aca150d36d17c8116504e3ea1e7b30cf (diff)
merge
Diffstat (limited to 'unsupported/CMakeLists.txt')
-rw-r--r--unsupported/CMakeLists.txt10
1 files changed, 2 insertions, 8 deletions
diff --git a/unsupported/CMakeLists.txt b/unsupported/CMakeLists.txt
index 895fcdbed..7104085a3 100644
--- a/unsupported/CMakeLists.txt
+++ b/unsupported/CMakeLists.txt
@@ -1,9 +1,3 @@
-
add_subdirectory(Eigen)
-
-add_subdirectory(doc)
-
-if(EIGEN_BUILD_TESTS)
- add_subdirectory(test)
-endif(EIGEN_BUILD_TESTS)
-
+add_subdirectory(doc EXCLUDE_FROM_ALL)
+add_subdirectory(test EXCLUDE_FROM_ALL)