Fix up the docs to reflect the latest changes.

This commit is contained in:
Matt Williams
2010-07-02 11:00:49 +00:00
parent 0f786ede64
commit e470fc6b2e
3 changed files with 8 additions and 7 deletions

View File

@ -56,7 +56,8 @@ ENDIF()
MESSAGE(STATUS "")
MESSAGE(STATUS "Summary")
MESSAGE(STATUS "-------")
MESSAGE(STATUS "Build examples: " ${ENABLE_EXAMPLES})
MESSAGE(STATUS "Build tests: " ${BUILD_TESTING})
MESSAGE(STATUS "API Docs available: " ${BUILD_DOCS})
MESSAGE(STATUS "Build examples: " ${ENABLE_EXAMPLES})
MESSAGE(STATUS "Build tests: " ${BUILD_TESTING})
MESSAGE(STATUS "API Docs available: " ${DOXYGEN_FOUND})
MESSAGE(STATUS " - Qt Help bundling: " ${BUILD_DOCS})
MESSAGE(STATUS "")