X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=manual%2FCMakeLists.txt;h=c425f36b3bdd7eb3cf246b6c593a97218a8edcfd;hb=fe68068b2f8f3ae69b762636e91de91e8996aa11;hp=682fad65ca3c842eb87a82b650b639f5edf7ff37;hpb=2eab551b92747d525a7d342436ee297144bbe241;p=pulseview.git diff --git a/manual/CMakeLists.txt b/manual/CMakeLists.txt index 682fad6..c425f36 100644 --- a/manual/CMakeLists.txt +++ b/manual/CMakeLists.txt @@ -17,6 +17,8 @@ ## along with this program. If not, see . ## +cmake_minimum_required(VERSION 2.8.12) + # External dependencies, required and optional tools. find_program(ASCIIDOCTOR_EXECUTABLE NAMES asciidoctor) find_program(ASCIIDOCTOR_PDF_EXECUTABLE NAMES asciidoctor-pdf) @@ -60,7 +62,7 @@ if (ASCIIDOCTOR_PDF_EXECUTABLE) else () add_custom_target(manual-pdf COMMAND ${CMAKE_COMMAND} -E echo - "asciidoctor-pdf executable is missing, NOT generating HTML output" + "asciidoctor-pdf executable is missing, NOT generating PDF output" DEPENDS ${MANUAL_SRC} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} )