Skip to content

Commit

Permalink
Update vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin42 committed Jan 12, 2025
1 parent 6e30adc commit 5baf30c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install-prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ then
else
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
git checkout 2024.10.21
git checkout 2024.11.16
./bootstrap-vcpkg.sh
./vcpkg install boost-program-options:x64-osx boost-uuid:x64-osx boost-random:x64-osx brotli:x64-osx opencv:x64-osx magic-enum:x64-osx exiv2:x64-osx gtest:x64-osx dp-thread-pool:x64-osx libharu:x64-osx sqlite3:x64-osx nlohmann-json:x64-osx boost-bimap:x64-osx spdlog:x64-osx inja:x64-osx podofo:x64-osx harfbuzz:x64-osx icu:x64-osx pkgconf:x64-osx
./vcpkg install boost-program-options:arm64-osx boost-uuid:arm64-osx boost-random:arm64-osx brotli:arm64-osx opencv:arm64-osx magic-enum:arm64-osx exiv2:arm64-osx gtest:arm64-osx dp-thread-pool:arm64-osx libharu:arm64-osx sqlite3:arm64-osx nlohmann-json:arm64-osx boost-bimap:arm64-osx spdlog:arm64-osx inja:arm64-osx podofo:arm64-osx harfbuzz:arm64-osx icu:arm64-osx pkgconf:arm64-osx
Expand Down
4 changes: 3 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"boost-bimap",
"spdlog",
"inja",
"podofo"
"podofo",
"expat",
"inih"
]
}

0 comments on commit 5baf30c

Please sign in to comment.