CMake: Skip xmlto dependency. Ticket: #2677
This commit is contained in:
parent
6e6c86365f
commit
79ddc41a18
|
@ -11,6 +11,7 @@ endif()
|
||||||
|
|
||||||
if(UNIX OR CYGWIN)
|
if(UNIX OR CYGWIN)
|
||||||
# Build manual in Linux/Cygwin - xmlto is not available in Windows
|
# Build manual in Linux/Cygwin - xmlto is not available in Windows
|
||||||
find_package(XmlTo REQUIRED)
|
# daniel: I don't want to have extra dependencies for Cppcheck
|
||||||
xmlto("" "manual.docbook" MODES ${DOC_TARGETS})
|
# find_package(XmlTo REQUIRED)
|
||||||
|
# xmlto("" "manual.docbook" MODES ${DOC_TARGETS})
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue