From: Josh Date: Tue, 2 Dec 2014 17:42:35 +0000 (-0600) Subject: tweaking CMake output while building manuals X-Git-Tag: 3.0.0-233~1143^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5e4a058669a38db4438bb2cefa87f2c622b205;p=thirdparty%2Fsnort3.git tweaking CMake output while building manuals --- diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index d1e304b9e..56a5d58ee 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -272,7 +272,7 @@ if (MAKE_PDF_DOC OR MAKE_HTML_DOC) OUTPUT ${output} COMMAND ${CMAKE_COMMAND} -E copy ${input} ${output} DEPENDS ${input} - COMMENT "Documents: Copying ${file} into binary directory" + COMMENT "Documents: copying ${file} into binary directory" ) list(APPEND ALL_SOURCES "${CMAKE_CURRENT_BINARY_DIR}/${file}")