Make message about building sphinx documentation with CMake more

informative by stating where the output is going.

llvm-svn: 215635
This commit is contained in:
Dan Liew 2014-08-14 11:57:16 +00:00
parent c2867bab2b
commit 992ca1d828
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function (add_sphinx_target builder project)
"${CMAKE_CURRENT_SOURCE_DIR}" # Source
"${SPHINX_BUILD_DIR}" # Output
COMMENT
"Generating ${builder} Sphinx documentation for ${project}")
"Generating ${builder} Sphinx documentation for ${project} into \"${SPHINX_BUILD_DIR}\"")
# When "clean" target is run, remove the Sphinx build directory
set_property(DIRECTORY APPEND PROPERTY