ascidoctor not found
I have done the choclatery install of ascidoctor. The directory is in the environmental path. I try to build the librarires and get the following:
CMake Error at cmake/modules/FindAsciidoctor.cmake:28 (list): list GET given empty list Call Stack (most recent call first): docbook/CMakeLists.txt:15 (find_package)
This is stopping me from getting a wireshark.sln file created.
Any ideas?
How did you obtain your sources and are they up to date? There was some recent changes in this area.
Did exactly what was specified in the developers guide:
choco install -y asciidoctorj xsltproc docbook-bundle
The executables are found in the cholatery/bin directory and the path is in the environmental path.
And from the prompt you're running CMake from, what does
asciidoctorj --version
show?Asciidoctor 1.5.6.1 [http://asciidoctor.org]
And your source tree, from a git clone?