mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
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
4f050d39a1
commit
441d9ca885
@ -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…
x
Reference in New Issue
Block a user