From aae320a3fe1209c78fbcbccd0ee58aecc6fc0840 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 27 May 2015 22:06:59 +0000 Subject: [PATCH] Clarify that documentation building is optional git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5428 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- doc/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 04f4486ed..e0067b931 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -105,7 +105,10 @@ endif (PYTHON_VERSION_STRING VERSION_GREATER 2.9.9) find_program (ASCIIDOC_EXECUTABLE NAMES asciidoc asciidoc.py) if (NOT ASCIIDOC_EXECUTABLE) - message (FATAL_ERROR "Asciidoc is required to build the documentation") + message (FATAL_ERROR "Asciidoc is required to build the documentation + +Building the documenation may optionally be tured off by setting the CMake +option WSJT_GENERATE_DOCS to OFF.") endif (NOT ASCIIDOC_EXECUTABLE) include (CMakeParseArguments)