diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 11:10:15 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 11:10:15 +0100 |
commit | 6b1565bb95de59ec5bf26a38f225a14169ee1824 (patch) | |
tree | c1a3763d331eaf7b706405610d30ff4264d0408e /examples | |
parent | 0a45ae551e2600e7c00f83ac87cf1a11e798e4fb (diff) | |
download | sink-6b1565bb95de59ec5bf26a38f225a14169ee1824.tar.gz sink-6b1565bb95de59ec5bf26a38f225a14169ee1824.zip |
Make it possible to not build the dav resource
Diffstat (limited to 'examples')
-rw-r--r-- | examples/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index abc7441..adfb5e1 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt | |||
@@ -8,4 +8,6 @@ if (BUILD_MAILDIR) | |||
8 | add_subdirectory(imapresource) | 8 | add_subdirectory(imapresource) |
9 | endif() | 9 | endif() |
10 | add_subdirectory(mailtransportresource) | 10 | add_subdirectory(mailtransportresource) |
11 | add_subdirectory(davresource) | 11 | if (BUILD_DAV) |
12 | add_subdirectory(davresource) | ||
13 | endif() | ||