fix CMake variable in doc folder
parent
fc5cb3e788
commit
e859e9932b
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue