Merge pull request #1637 from borglab/fix-1608

Fix CMake variable in doc folder
release/4.3a0
Varun Agrawal 2023-09-17 15:48:01 -04:00 committed by GitHub
commit e920953309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ if (GTSAM_BUILD_DOCS)
if (GTSAM_BUILD_UNSTABLE) if (GTSAM_BUILD_UNSTABLE)
list(APPEND doc_subdirs ${gtsam_unstable_doc_subdirs}) list(APPEND doc_subdirs ${gtsam_unstable_doc_subdirs})
endif() endif()
if (GTSAM_BUILD_EXAMPLES) if (GTSAM_BUILD_EXAMPLES_ALWAYS)
list(APPEND doc_subdirs examples) list(APPEND doc_subdirs examples)
endif() endif()