This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new fcffe2f AVRO-2425: CMake error message for C bindings is misleading
(#547)
fcffe2f is described below
commit fcffe2f11fd65f3a2e6ec369dadaaf3a6da9bf40
Author: Kengo Seki <[email protected]>
AuthorDate: Wed Jun 26 17:06:27 2019 +0900
AVRO-2425: CMake error message for C bindings is misleading (#547)
---
lang/c/docs/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/c/docs/CMakeLists.txt b/lang/c/docs/CMakeLists.txt
index 522d31a..98e770c 100644
--- a/lang/c/docs/CMakeLists.txt
+++ b/lang/c/docs/CMakeLists.txt
@@ -48,6 +48,6 @@ if (ASCIIDOC_EXECUTABLE AND SOURCE_HIGHLIGHT_EXECUTABLE)
add_custom_target(docs DEPENDS "${_html_out}")
endforeach(_file)
else(ASCIIDOC_EXECUTABLE AND SOURCE_HIGHLIGHT_EXECUTABLE)
- message(WARNING "asciidoc not found. HTML documentation will *NOT* be
built.")
+ message(WARNING "asciidoc and/or source-highlight not found. HTML
documentation will *NOT* be built.")
endif(ASCIIDOC_EXECUTABLE AND SOURCE_HIGHLIGHT_EXECUTABLE)