mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
[tree-similarity] Fix wrong port name in usage file (#32409)
* Fix typo in usage file * Update port version * Add missing newline at end of usage file * Update versions/t-/tree-similarity.json Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> --------- Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
This commit is contained in:
parent
9c5ff901d2
commit
277affef6c
@ -1,4 +1,4 @@
|
||||
The package idyntree provides CMake targets:
|
||||
tree-similarity provides CMake targets:
|
||||
|
||||
find_path(TREE_SIMILARITY_INCLUDE_DIRS "tree-similiarity")
|
||||
target_include_directories(main PRIVATE ${TREE_SIMILARITY_INCLUDE_DIRS})
|
||||
find_path(TREE_SIMILARITY_INCLUDE_DIRS "tree-similiarity")
|
||||
target_include_directories(main PRIVATE ${TREE_SIMILARITY_INCLUDE_DIRS})
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "tree-similarity",
|
||||
"version-semver": "0.1.1",
|
||||
"port-version": 1,
|
||||
"description": "Tree edit distance (TED) and similarity measurement library, offering multiple algorithm implementation such as APTED and LGM.",
|
||||
"homepage": "https://github.com/DatabaseGroup/tree-similarity",
|
||||
"license": "MIT",
|
||||
|
@ -8198,7 +8198,7 @@
|
||||
},
|
||||
"tree-similarity": {
|
||||
"baseline": "0.1.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"tree-sitter": {
|
||||
"baseline": "0.20.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3319b799dc1e36bc50a52468b9acdafaaf0cf380",
|
||||
"version-semver": "0.1.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "d7f5637a5f1a5c0ba5d50a5734a69c6d190ac75d",
|
||||
"version-semver": "0.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user