FindAsciidoc: bump minimum cmake version to 3.20

This commit is contained in:
Danny Robson 2024-07-18 09:38:18 +10:00
parent 6a60dc313f
commit ee13e54ca0

View File

@ -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")
mark_as_advanced (ASCIIDOC)