Replies: 1 comment 1 reply
-
You also have added the dependency to the vcpkg.json file of the port (can you maybe add the vcpkg.json file as well)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a library that uses vcpkg to manage its dependencies. I want to include that library in another project as a port. However, I get an error saying it does not finding some of the packages that I install with vcpkg in the library. What do I need to do in the portfile to specify that the library is built with vcpkg? Here is the portfile:
With that I get the following error:
The unofficial-libmariadb library is installed by vcpkg. I tried passing the
-DCMAKE_TOOLCHAIN_FILE
in the call tovcpkg_configure_cmake
but it didn't work. What could I do?Beta Was this translation helpful? Give feedback.
All reactions