From 110b4b26d8975176215c53841c1a9603ba560965 Mon Sep 17 00:00:00 2001 From: Hongbo <954123893@qq.com> Date: Fri, 13 Oct 2023 15:41:12 +0800 Subject: [PATCH] update bustub_storage_disk to bustub_storage_index --- src/storage/index/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/index/CMakeLists.txt b/src/storage/index/CMakeLists.txt index 6c2a456ab..8672b72cb 100644 --- a/src/storage/index/CMakeLists.txt +++ b/src/storage/index/CMakeLists.txt @@ -8,5 +8,5 @@ add_library( linear_probe_hash_table_index.cpp) set(ALL_OBJECT_FILES - ${ALL_OBJECT_FILES} $ + ${ALL_OBJECT_FILES} $ PARENT_SCOPE)