From 4bb5221d229703a906c6fe805b73fac2496c8bea Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 18 Mar 2009 20:06:06 +0000 Subject: Add BVH module in unsupported (patch from Ilya Baran) (I thought I committed it a week ago but it seems the command failed) --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/CMakeLists.txt') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index acbadb5bf..7aabe2882 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -60,7 +60,7 @@ add_custom_target( ) add_dependencies(doc-eigen-prerequisites all_snippets all_examples) -add_dependencies(doc-unsupported-prerequisites unsupported_examples) +add_dependencies(doc-unsupported-prerequisites unsupported_snippets unsupported_examples) add_custom_target(doc ALL COMMAND doxygen Doxyfile-unsupported COMMAND doxygen -- cgit v1.2.3