From 4fb9365a297dde259470d791992b16d81d2eae03 Mon Sep 17 00:00:00 2001 From: Vara693 Date: Thu, 30 Jul 2026 18:24:33 +0530 Subject: [PATCH] Remove unused boost-uuid dependency Signed-off-by: Vara693 --- CMakeLists.txt | 3 +-- vcpkg.json | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d255282..e9b0ceb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ set_property(TARGET citescoop-cli_exe PROPERTY OUTPUT_NAME citescoop-cli) target_compile_features(citescoop-cli_exe PRIVATE cxx_std_20) -find_package(Boost REQUIRED COMPONENTS program_options algorithm uuid) +find_package(Boost REQUIRED COMPONENTS program_options algorithm) find_package(spdlog REQUIRED) find_package(fmt REQUIRED) find_package(citescoop REQUIRED) @@ -64,7 +64,6 @@ target_link_libraries(citescoop-cli_exe PRIVATE spdlog::spdlog_header_only Boost::program_options Boost::algorithm - Boost::uuid fmt::fmt wikiopencite::citescoop wikiopencite::citescoop-proto diff --git a/vcpkg.json b/vcpkg.json index 6296f8f..2ed91d6 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -10,10 +10,6 @@ "name": "boost-program-options", "version>=": "1.91.0" }, - { - "name": "boost-uuid", - "version>=": "1.91.0" - }, { "name": "boost-algorithm", "version>=": "1.91.0"