Ticket #38337: patch-CMakeLists.txt

File patch-CMakeLists.txt, 365 bytes (added by NicosPavlov, 11 years ago)

Patch to deactivate documentation build

Line 
1--- CMakeLists.txt.orig 2013-03-01 15:57:28.000000000 +0900
2+++ CMakeLists.txt      2013-03-09 20:05:57.000000000 +0900
3@@ -389,7 +389,7 @@
4 endif()
5 
6 # doc must be a subdir of kdepim or packagers will kill us
7-macro_optional_add_subdirectory(doc)
8+#macro_optional_add_subdirectory(doc)
9 
10 
11 # We really want to encourage users to enable/install QGpgME from kdepimlibs