-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tree-similarity] add new port of tree-similarity to measure tree edit distance #30901
Conversation
@MonicaLiu0311 Should be good now |
ports/tree-similarity/portfile.cmake
Outdated
#vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/tree-similarity) | ||
#file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the comment #...
Please provide the correct Usage.
|
I've been trying to fix this for a few hours now but can't figure out. I have removed the
Since this library is built with multiple header files, should the usage be the following?
In all cases, it still works fine though, so I'm wondering how much of an issue this is. Please advise For reference, this is a simple program that uses the library:
|
The usage test passed (header files found):
Please provide the |
It should be good to merge now. Thank you @MonicaLiu0311 |
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxxvcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.