We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cb6d6 commit 685c26aCopy full SHA for 685c26a
ports/ds/portfile.cmake
@@ -1,7 +1,7 @@
1
vcpkg_from_github(
2
OUT_SOURCE_PATH SOURCE_PATH
3
REPO USTC-KnowledgeComputingLab/ds
4
- REF main
+ HEAD_REF main
5
)
6
7
vcpkg_cmake_configure(
ports/ds/vcpkg.json
@@ -4,5 +4,14 @@
"description": "A deductive system",
"homepage": "https://github.com/USTC-KnowledgeComputingLab/ds",
"license": "AGPL-3.0-or-later",
- "dependencies": []
+ "dependencies": [
8
+ {
9
+ "name": "vcpkg-cmake",
10
+ "host": true
11
+ },
12
13
+ "name": "vcpkg-cmake-config",
14
15
+ }
16
+ ]
17
}
0 commit comments