Update AsciiDoc version details with CMake detected ZeroMQ version.

This commit is contained in:
Steve-o
2012-10-12 19:20:37 +00:00
committed by Steven McCoy
parent 8ddb9fc7ea
commit 7a1a5f9f7f

View File

@@ -234,7 +234,7 @@ foreach (txt ${docs})
-d manpage -d manpage
-b xhtml11 -b xhtml11
-f ${CMAKE_SOURCE_DIR}/doc/asciidoc.conf -f ${CMAKE_SOURCE_DIR}/doc/asciidoc.conf
-azmq_version=3.2.0 -azmq_version=${ZMQ_VERSION_MAJOR}.${ZMQ_VERSION_MINOR}.${ZMQ_VERSION_PATCH}
-o ${dst} -o ${dst}
${src} ${src}
DEPENDS ${CMAKE_BINARY_DIR}/${src} DEPENDS ${CMAKE_BINARY_DIR}/${src}