From 2a32bcaca6d74501f1130b45e006a09872eebe63 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 23 May 2013 14:14:51 +0000 Subject: [PATCH] From David Fries, "This updates the CMakeLists.txt instructions for the commands to make the doxygen documentation." --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44ab6ff33..bd909b499 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -895,10 +895,10 @@ ENDIF() # For Doxygen INCLUDE(${CMAKE_ROOT}/Modules/Documentation.cmake OPTIONAL) -OPTION(BUILD_DOCUMENTATION "Build OpenSceneGraph reference documentation using doxygen (use: make DoxygenDoc)" OFF) +OPTION(BUILD_DOCUMENTATION "Build OpenSceneGraph reference documentation using doxygen (use: make doc_openscenegraph doc_openthreads)" OFF) MARK_AS_ADVANCED(CLEAR BUILD_DOCUMENTATION) # To build the documention, you will have to enable it -# and then do the equivalent of "make DoxygenDoc". +# and then do the equivalent of "make doc_openscenegraph doc_openthreads". IF(BUILD_DOCUMENTATION) OPTION(BUILD_REF_DOCS_SEARCHENGINE "Enable doxygen's search engine (requires that documentation to be installed on a php enabled web server)" OFF)