mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-24 21:28:41 -05:00
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
This commit is contained in:
parent
34f8924cfc
commit
aae320a3fe
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user