From b7896c9bb9f47262518f4f90e4d55ad8f9e7da1a Mon Sep 17 00:00:00 2001 From: Hongbo <56869106+xxmy7@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:45:53 +0800 Subject: [PATCH] update /src/storage/index/CMakeLists.txt (#623) update bustub_storage_disk to bustub_storage_index Co-authored-by: Prashanth Duvvada --- 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)