summaryrefslogtreecommitdiff
path: root/tests/projects
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-17 00:40:40 +0800
committerruki <[email protected]>2022-09-17 00:40:40 +0800
commit0a5c71801f41f55ebe7c0242eefee936756fbbd9 (patch)
tree022cd593348744fcc965c3bc599d4ec2d078c5fc /tests/projects
parentaeda19b4032f790aa6e6915752ae5f06850ad56a (diff)
format code
Diffstat (limited to 'tests/projects')
-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 3f5dbcf55..7a51115ed 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")