blob: 084113a5b2d71a6bc45fe1823c1d75ac6366fb9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt (revision 1073383)
+++ CMakeLists.txt (working copy)
@@ -185,7 +185,6 @@
add_subdirectory(messagecore)
add_subdirectory(messagelist)
- if(QGPGME_FOUND)
if (Boost_TOPOLOGICAL_SORT_DIR)
macro_optional_add_subdirectory(kleopatra)
endif(Boost_TOPOLOGICAL_SORT_DIR)
@@ -211,7 +210,6 @@
include( SopranoAddOntology )
add_subdirectory( ontologies )
add_subdirectory( nepomuk_email_feeder )
- endif(QGPGME_FOUND)
if(KDEPIM_BUILD_EVERYTHING)
macro_optional_add_subdirectory(knode)
|