From cfd1a4157d9ce88a5c7aec636d87044f6722cf36 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Sat, 21 Jul 2012 20:26:07 +0000 Subject: [PATCH] comments only --- doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index d26b16cd3..4cb6d4a40 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -43,7 +43,7 @@ if (GTSAM_BUILD_DOCS) gtsam_unstable ) - # Build a list of folders to include + # Build a list of folders to include depending on build options set(doc_subdirs ${gtsam_doc_subdirs}) if (GTSAM_BUILD_UNSTABLE) list(APPEND doc_subdirs ${gtsam_unstable_doc_subdirs})