Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
4 changes: 0 additions & 4 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading