diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5924c124..25cc0fff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -10,10 +10,10 @@ cmake_policy(SET CMP0048 NEW) | |||
10 | cmake_policy(SET CMP0053 NEW) | 10 | cmake_policy(SET CMP0053 NEW) |
11 | cmake_policy(SET CMP0063 NEW) | 11 | cmake_policy(SET CMP0063 NEW) |
12 | 12 | ||
13 | option(EXPERIMENTAL_VIEWS "Install experimental views" ON) | 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" "google" "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) |