commit fd09ea6165b3b3aeac5992cbf9cd89f85157abb0
parent 608d40614a3cd5876b9ce72bf1272c8087a243f0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 19 Oct 2022 12:21:53 +0200
Fix a log message
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/cmake/doc/CMakeLists.txt b/cmake/doc/CMakeLists.txt
@@ -24,7 +24,6 @@ find_program(SCDOC NAMES scdoc)
if(NOT SCDOC)
message(WARNING
"The `scdoc' program is missing. "
- "The `a2x' program is missing. "
"The High-Tune Cloud Properties man pages cannot be generated.")
return()
endif()