You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
671 B
12 lines
671 B
7 years ago
|
diff -up ./Utilities/doxygen/CMakeLists.txt.backup ./Utilities/doxygen/CMakeLists.txt
|
||
|
--- ./Utilities/doxygen/CMakeLists.txt.backup 2017-11-09 09:09:58.000000000 +0100
|
||
|
+++ ./Utilities/doxygen/CMakeLists.txt 2018-02-14 15:17:12.223249372 +0100
|
||
|
@@ -253,6 +253,7 @@ if(LIBXSLT_XSLTPROC_EXECUTABLE)
|
||
|
set(XSLT_PROCESSOR ${LIBXSLT_XSLTPROC_EXECUTABLE})
|
||
|
# http://docbook.sourceforge.net/release/xsl/current/doc/manpages/man.output.quietly.html
|
||
|
set(XSLT_PROCESSOR_ARG --param man.output.quietly 1)
|
||
|
+ set(XSLT_PROCESSOR_ARG --maxdepth 5000)
|
||
|
# User can change the behavior at cmake time:
|
||
|
if(NOT DEFINED GDCM_MANPAGES_USE_NONET)
|
||
|
set(GDCM_MANPAGES_USE_NONET FALSE)
|