From 43d6849e9562d57192424b4fe0b65b6b1b9ec8ae Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Thu, 14 Aug 2014 11:57:16 +0000 Subject: [PATCH] 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 --- cmake/modules/AddSphinxTarget.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/AddSphinxTarget.cmake b/cmake/modules/AddSphinxTarget.cmake index b78afc173cb..045dc23ca2a 100644 --- a/cmake/modules/AddSphinxTarget.cmake +++ b/cmake/modules/AddSphinxTarget.cmake @@ -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 -- 2.34.1