From 6b1565bb95de59ec5bf26a38f225a14169ee1824 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 1 Mar 2017 11:10:15 +0100 Subject: Make it possible to not build the dav resource --- examples/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/CMakeLists.txt') 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) add_subdirectory(imapresource) endif() add_subdirectory(mailtransportresource) -add_subdirectory(davresource) +if (BUILD_DAV) + add_subdirectory(davresource) +endif() -- cgit v1.2.3