diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d07269d7..25cc0fff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -13,7 +13,7 @@ cmake_policy(SET CMP0063 NEW) | |||
13 | option(EXPERIMENTAL_VIEWS "Install experimental views" OFF) | 13 | option(EXPERIMENTAL_VIEWS "Install experimental views" OFF) |
14 | #Do not enable this unless you actually distribute a custom extension. | 14 | #Do not enable this unless you actually distribute a custom extension. |
15 | option(ENABLE_EXTENSION "Enable custom kube extensions" OFF) | 15 | option(ENABLE_EXTENSION "Enable custom kube extensions" OFF) |
16 | set(AVAILABLE_ACCOUNT_PLUGINS "kolabnow" "imap" "maildir" "gmail" "generic" CACHE STRING "List of enabled account plugins (provide as semicolon separated string)" ) | 16 | set(AVAILABLE_ACCOUNT_PLUGINS "kolabnow" "gmail" "generic" CACHE STRING "List of enabled account plugins (provide as semicolon separated string)" ) |
17 | 17 | ||
18 | include(CPack) | 18 | include(CPack) |
19 | include(FeatureSummary) | 19 | include(FeatureSummary) |