From 8d3bb6bcedff8e590226ec3b734b156d730d81d7 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Mon, 21 Apr 2014 11:49:20 +0000 Subject: [PATCH] Tidy up error message in manpage sub-project. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4057 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- manpages/CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manpages/CMakeLists.txt b/manpages/CMakeLists.txt index dea72e692..472876f79 100644 --- a/manpages/CMakeLists.txt +++ b/manpages/CMakeLists.txt @@ -5,14 +5,13 @@ set (ASCIIDOC_MANS find_program (A2X_EXECUTABLE NAMES a2x a2x.py) if (NOT A2X_EXECUTABLE) if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug") - message (SEND_ERROR " -Failed to find a2x which is an optional requirement for non-debug + message (SEND_ERROR "Failed to find a2x which is an optional requirement for non-debug builds on *nix platforms. You can choose to skip manpage generation and this error by setting the CMake option WSJT_SKIP_MANPAGES to ON. This option is designed for -those that are building for their own use, packages should not opt to -skip manpage generation since package building requires the +those that are building for their own use, package builders should not +opt to skip manpage generation since package building requires the manpages.") else (NOT CMAKE_BUILD_TYPE STREQUAL "Debug")