Skip to content

Commit

Permalink
update test manifest baseline due to vcpkg internal methods version c…
Browse files Browse the repository at this point in the history
…onflicts
  • Loading branch information
bitmeal committed Dec 10, 2024
1 parent d1d1e5c commit 7f2f3dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/manifest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.19.0)
set(CMAKE_CXX_STANDARD 17)

# init VCPKG [before call to project()]
set(VCPKG_VERSION edge)
set(VCPKG_VERSION)
include(../../vcpkg.cmake)

project(vcpkg-cmake-test-manifest VERSION 0.1.0)
Expand Down
4 changes: 2 additions & 2 deletions test/manifest/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"version>=": "1.1.8"
}
],
"builtin-baseline": "e6a000679745f8ea3f98067e5f3753d3cbecb948"
}
"builtin-baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c"
}

0 comments on commit 7f2f3dd

Please sign in to comment.