diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/package/vcpkg/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/package/vcpkg/xmake.lua b/tests/projects/package/vcpkg/xmake.lua index 7a51115ed..3f5dbcf55 100644 --- a/tests/projects/package/vcpkg/xmake.lua +++ b/tests/projects/package/vcpkg/xmake.lua @@ -1,5 +1,5 @@ add_requires("vcpkg::zlib", "vcpkg::pcre2") ---add_requires("vcpkg::boost[core]", {alias = "boost"}) +add_requires("vcpkg::boost[core]", {alias = "boost"}) target("test") set_kind("binary") |
