Conversation
|
@microsoft-github-policy-service agree company="TileDB" |
|
|
Why don't you use the Makefile provided by the upstream to build this port? |
|
For our use case only |
|
The vcpkg policy is that if the upstream provides multiple build methods, we prefer CMake. However, if the upstream only provides one available build method, we need to use the upstream's build method instead of using a custom CMake. |
Co-authored-by: Kai Pastor <dg0yt@darc.de>
There was a problem hiding this comment.
You should delete this file and revert the changes to baseline.json, run vcpkg x-add-version, and make and push a commit.
|
BTW @dudoslav the PR has some other errors with regards to the versions database. I cleaned them up and pushed a branch to https://github.com/teo-tsirpanis/vcpkg/tree/libfaketime which you can checkout and force-push. But them I'm getting the same errors. 😕 |
|
IIRC now the key barrier for ports using make without And that's why I add a small |


find_packagecalls are REQUIRED, are satisfied byvcpkg.json's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx.vcpkg.jsonmatches what upstream says.vcpkg.jsonmatches what upstream says../vcpkg x-add-version --alland committing the result.