mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Make message about building sphinx documentation with CMake more
informative by stating where the output is going. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215635 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
550abf8c29
commit
43d6849e95
@ -24,7 +24,7 @@ function (add_sphinx_target builder project)
|
|||||||
"${CMAKE_CURRENT_SOURCE_DIR}" # Source
|
"${CMAKE_CURRENT_SOURCE_DIR}" # Source
|
||||||
"${SPHINX_BUILD_DIR}" # Output
|
"${SPHINX_BUILD_DIR}" # Output
|
||||||
COMMENT
|
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
|
# When "clean" target is run, remove the Sphinx build directory
|
||||||
set_property(DIRECTORY APPEND PROPERTY
|
set_property(DIRECTORY APPEND PROPERTY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user