summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-17 00:40:46 +0800
committerruki <[email protected]>2022-09-17 00:40:46 +0800
commit58f335941b3fcaeb05e44cf52eaea0f6f85d4d57 (patch)
tree9b1e3bc82b282afed3df1eee7aa849f3f334c9b1 /tests
parent0a5c71801f41f55ebe7c0242eefee936756fbbd9 (diff)
revert vcpkg tests
Diffstat (limited to 'tests')
-rw-r--r--tests/projects/package/vcpkg/xmake.lua2
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")