asciidoc: add asciidoctor as a fallback implementation
This commit is contained in:
parent
3deaf0503b
commit
7207c6dc8c
@ -1,6 +1,6 @@
|
||||
cmake_minimum_required (VERSION 3.7)
|
||||
|
||||
find_program(ASCIIDOC NAMES asciidoc DOC "path to the asciidoc binary")
|
||||
find_program(ASCIIDOC NAMES asciidoc asciidoctor DOC "path to the asciidoc binary")
|
||||
mark_as_advanced (ASCIIDOC)
|
||||
|
||||
if (ASCIIDOC)
|
||||
|
Loading…
Reference in New Issue
Block a user