CMake: Skip xmlto dependency. Ticket: #2677
This commit is contained in:
parent
6e6c86365f
commit
79ddc41a18
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue