Replies: 4 comments 6 replies
-
@gracicot, you need add port 'vcpkg-cmake' as dependency to vcpkg.json, which provides the function. eg: https://github.com/microsoft/vcpkg/blob/master/ports/zydis/vcpkg.json |
Beta Was this translation helpful? Give feedback.
-
Maybe the installed |
Beta Was this translation helpful? Give feedback.
-
I know this is an old one, but it helped me fix an issue and thought I'd post in case it helps others. To get it to work have to include both |
Beta Was this translation helpful? Give feedback.
-
The use of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I'm having a weird error where when calling the
vcpkg_check_features
command, then thevcpkg_cmake_configure
stops working. I don't know what I'm doing wrong here.Here's my new port file that fails:
Then, my port suddenly fails:
What does it means? Why would the
vcpkg_cmake_configure
command stop existing if I'm adding a feature? Thanks for the help.Beta Was this translation helpful? Give feedback.
All reactions