CMake: Skip xmlto dependency. Ticket: #2677

This commit is contained in:
Daniel Marjamäki 2011-03-25 18:33:51 +01:00
parent 6e6c86365f
commit 79ddc41a18
1 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ endif()
if(UNIX OR CYGWIN)
# Build manual in Linux/Cygwin - xmlto is not available in Windows
find_package(XmlTo REQUIRED)
xmlto("" "manual.docbook" MODES ${DOC_TARGETS})
# daniel: I don't want to have extra dependencies for Cppcheck
# find_package(XmlTo REQUIRED)
# xmlto("" "manual.docbook" MODES ${DOC_TARGETS})
endif()