--- ./src/blockstore/CMakeLists.txt.orig 2021-04-02 12:08:08.000000000 -0500 +++ ./src/blockstore/CMakeLists.txt 2025-08-14 14:44:50.364133825 -0500 @@ -35,6 +35,6 @@ target_link_libraries(${PROJECT_NAME} PUBLIC cpp-utils) -target_add_boost(${PROJECT_NAME} filesystem system thread) +target_add_boost(${PROJECT_NAME} filesystem thread) target_enable_style_warnings(${PROJECT_NAME}) target_activate_cpp14(${PROJECT_NAME}) --- ./src/fspp/fuse/CMakeLists.txt.orig 2021-04-02 12:08:08.000000000 -0500 +++ ./src/fspp/fuse/CMakeLists.txt 2025-08-14 14:44:16.512133068 -0500 @@ -11,7 +11,7 @@ target_compile_definitions(${PROJECT_NAME} PUBLIC _FILE_OFFSET_BITS=64) target_link_libraries(${PROJECT_NAME} PUBLIC cpp-utils fspp-interface) -target_add_boost(${PROJECT_NAME} filesystem system thread chrono) +target_add_boost(${PROJECT_NAME} filesystem thread chrono) target_enable_style_warnings(${PROJECT_NAME}) target_activate_cpp14(${PROJECT_NAME}) --- ./src/fspp/fs_interface/CMakeLists.txt.orig 2021-04-02 12:08:08.000000000 -0500 +++ ./src/fspp/fs_interface/CMakeLists.txt 2025-08-14 14:43:46.971132407 -0500 @@ -13,6 +13,6 @@ target_link_libraries(${PROJECT_NAME} PUBLIC cpp-utils) -target_add_boost(${PROJECT_NAME} filesystem system) +target_add_boost(${PROJECT_NAME} filesystem) target_enable_style_warnings(${PROJECT_NAME}) target_activate_cpp14(${PROJECT_NAME}) --- ./src/blobstore/CMakeLists.txt.orig 2021-04-02 12:08:08.000000000 -0500 +++ ./src/blobstore/CMakeLists.txt 2025-08-14 14:45:14.317134361 -0500 @@ -23,6 +23,6 @@ target_link_libraries(${PROJECT_NAME} PUBLIC cpp-utils blockstore) -target_add_boost(${PROJECT_NAME} filesystem system thread) +target_add_boost(${PROJECT_NAME} filesystem thread) target_enable_style_warnings(${PROJECT_NAME}) target_activate_cpp14(${PROJECT_NAME}) --- ./src/cpp-utils/CMakeLists.txt.orig 2021-04-02 12:08:08.000000000 -0500 +++ ./src/cpp-utils/CMakeLists.txt 2025-08-14 14:42:20.240130467 -0500 @@ -91,6 +91,6 @@ target_link_libraries(${PROJECT_NAME} PUBLIC spdlog cryptopp) -target_add_boost(${PROJECT_NAME} filesystem system thread chrono) +target_add_boost(${PROJECT_NAME} filesystem thread chrono) target_enable_style_warnings(${PROJECT_NAME}) target_activate_cpp14(${PROJECT_NAME})