diff options
-rw-r--r-- | views/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/CMakeLists.txt b/views/CMakeLists.txt index 565b48b0..1b40fa1e 100644 --- a/views/CMakeLists.txt +++ b/views/CMakeLists.txt | |||
@@ -9,7 +9,7 @@ install_view(conversation) | |||
9 | install_view(people) | 9 | install_view(people) |
10 | install_view(log) | 10 | install_view(log) |
11 | install_view(accounts) | 11 | install_view(accounts) |
12 | install_view(search) | ||
13 | if (${EXPERIMENTAL_VIEWS}) | 12 | if (${EXPERIMENTAL_VIEWS}) |
14 | install_view(inboxcrusher) | 13 | install_view(inboxcrusher) |
14 | install_view(search) | ||
15 | endif() | 15 | endif() |