https://bugs.kde.org/show_bug.cgi?id=326583
Michael Drüing <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Michael Drüing <[email protected]> --- This patch fixes compilation (although I don't want to commit it because 4.2 to 4.5 is quite a large version difference and I have no idea of the implications on other systems) diff --git a/cmake/modules/FindDocBookXML.cmake b/cmake/modules/FindDocBookXML.c index 26053bf..97f0f55 100644 --- a/cmake/modules/FindDocBookXML.cmake +++ b/cmake/modules/FindDocBookXML.cmake @@ -12,7 +12,7 @@ # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. -set (DOCBOOKXML_CURRENTDTD_VERSION "4.2" +set (DOCBOOKXML_CURRENTDTD_VERSION "4.5" CACHE INTERNAL "Required version of XML DTDs") set (DTD_PATH_LIST -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
