Skip to content

Commit 1bf3bfd

Browse files
committed
Update vcpkg.json baseline to reflect the boost update to 1.90.0. Failing to do this causes project build using manifest mode vcpkg.json. e.g.
``` cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DBUILD_EXAMPLES=ON -DWITH_OPENSSL=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_TOOLCHAIN_FILE=/Users/ihsan/Desktop/work/src/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_MANIFEST_FEATURES='build-tests' "-DCMAKE_CXX_FLAGS=-Werror -m64 -Wall" -DCMAKE_INSTALL_PREFIX=/Users/ihsan/Desktop/work/src/hazelcast-cpp-client/cpp_install -G "Unix Makefiles" -S /Users/ihsan/Desktop/work/src/hazelcast-cpp-client -B /Users/ihsan/Desktop/work/src/hazelcast-cpp-client/cmake-build-arm-debug-vcpkg ```
1 parent 904ee87 commit 1bf3bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "hazelcast-cpp-client",
44
"version": "5.6.0",
5-
"builtin-baseline": "84bab45d415d22042bd0b9081aea57f362da3f35",
5+
"builtin-baseline": "389d14fa0e0692f36967e9eb5499e909317644d5",
66
"dependencies": [
77
{
88
"name": "boost-thread",

0 commit comments

Comments
 (0)