summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-05-18 22:14:24 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-05-18 22:14:24 +0000
commit7b0a212729d115561163b702fec8794d91b0653d (patch)
tree7f70faf19a7f27d9af422e9a08ffbaef1cb72cb7 /CMakeLists.txt
parentc5e298b28a9fdf524fe9282a3cfe9ae7aaef174f (diff)
Collapse storageframework back into storage.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dfcb149093a..85a2ac0d794 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -125,7 +125,6 @@ add_subdirectory(staging_vespalib)
add_subdirectory(standalone-container)
add_subdirectory(storage)
add_subdirectory(storageapi)
-add_subdirectory(storageframework)
add_subdirectory(storageserver)
add_subdirectory(statistics)
add_subdirectory(streamingvisitors)