summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2017-10-21 16:01:37 +0200
committerStefan Bühler <stbuehler@web.de>2017-10-21 16:03:04 +0200
commit4634a05c0dfdbdb845c8ac3491bb418777cf8e3e (patch)
tree40810b69564cc69da70e909c56265cbeee74e6d4
parent41eb4d323c75db996437e398bc7d2477b42a9989 (diff)
downloadlighttpd-git-4634a05c0dfdbdb845c8ac3491bb418777cf8e3e.tar.gz
[cmake] handle WITH_WEBDAV_LOCKS option
-rw-r--r--src/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e6ec3e0e..535d8438 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -67,6 +67,9 @@ endif()
if(WITH_WEBDAV_PROPS)
set(WITH_XML 1)
set(WITH_SQLITE3 1)
+endif()
+
+if(WITH_WEBDAV_LOCKS)
set(WITH_UUID 1)
endif()