Skip to content

Commit 685c26a

Browse files
committed
Fix issues about building with vcpkg.
1 parent c4cb6d6 commit 685c26a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

ports/ds/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO USTC-KnowledgeComputingLab/ds
4-
REF main
4+
HEAD_REF main
55
)
66

77
vcpkg_cmake_configure(

ports/ds/vcpkg.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,14 @@
44
"description": "A deductive system",
55
"homepage": "https://github.com/USTC-KnowledgeComputingLab/ds",
66
"license": "AGPL-3.0-or-later",
7-
"dependencies": []
7+
"dependencies": [
8+
{
9+
"name": "vcpkg-cmake",
10+
"host": true
11+
},
12+
{
13+
"name": "vcpkg-cmake-config",
14+
"host": true
15+
}
16+
]
817
}

0 commit comments

Comments
 (0)