forked from OSchip/llvm-project
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:
parent
c2867bab2b
commit
992ca1d828
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue