Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies #291

Merged
merged 2 commits into from
Dec 24, 2023
Merged
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
9 changes: 6 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ project(porla)
set(CMAKE_CXX_STANDARD 20)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

find_package(PkgConfig REQUIRED)
pkg_check_modules(tomlplusplus REQUIRED IMPORTED_TARGET tomlplusplus)
pkg_check_modules(LIBGIT2 REQUIRED IMPORTED_TARGET libgit2)

find_package(antlr4-runtime CONFIG REQUIRED)
find_package(Boost REQUIRED COMPONENTS log program_options system)
find_package(CURL CONFIG REQUIRED)
Expand All @@ -16,8 +20,6 @@ find_package(libzip CONFIG REQUIRED)
find_package(LibtorrentRasterbar CONFIG REQUIRED)
find_package(Lua REQUIRED)
find_package(nlohmann_json CONFIG REQUIRED)
find_package(tomlplusplus CONFIG REQUIRED)
find_package(unofficial-git2 CONFIG REQUIRED)
find_package(unofficial-sodium CONFIG REQUIRED)
find_package(unofficial-sqlite3 CONFIG REQUIRED)
find_package(uriparser CONFIG REQUIRED)
Expand Down Expand Up @@ -219,9 +221,10 @@ target_link_libraries(
CURL::libcurl
libzip::zip
LibtorrentRasterbar::torrent-rasterbar
PkgConfig::LIBGIT2
PkgConfig::tomlplusplus
unofficial-sodium::sodium
unofficial-sodium::sodium_config_public
unofficial::git2::libgit2package
unofficial::sqlite3::sqlite3
uriparser::uriparser
uSockets
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/porla/build-env:202308081156 AS build-env
FROM ghcr.io/porla/build-env:202311271646 AS build-env

WORKDIR /src

Expand Down
1 change: 1 addition & 0 deletions src/config.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "config.hpp"

#include <filesystem>
#include <fstream>
#include <iostream>

#include <boost/log/trivial.hpp>
Expand Down
1 change: 1 addition & 0 deletions src/methods/fsspace.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "fsspace.hpp"

#include <filesystem>
#include <fstream>
#include <optional>
#include <regex>

Expand Down
2 changes: 1 addition & 1 deletion vendor/vcpkg
Submodule vcpkg updated 4691 files