FindAsciidoc: bump minimum cmake version to 3.20
This commit is contained in:
parent
6a60dc313f
commit
ee13e54ca0
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required (VERSION 3.7)
|
cmake_minimum_required (VERSION 3.20.0)
|
||||||
|
|
||||||
find_program(ASCIIDOC NAMES asciidoc asciidoctor DOC "path to the asciidoc binary")
|
find_program(ASCIIDOC NAMES asciidoc asciidoctor DOC "path to the asciidoc binary")
|
||||||
mark_as_advanced (ASCIIDOC)
|
mark_as_advanced (ASCIIDOC)
|
||||||
|
Loading…
Reference in New Issue
Block a user