-
|
I have following vcpkg.json created: However, the probelem is then the consuming via cmake: I have this in my CMakeLists.txt root, which will be executed But fails later with: What cmd am I missing to tell vcpkg that my cmake package config files are in this project folder under What I not understand is, this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
|
Make sure
|
Beta Was this translation helpful? Give feedback.
Have you set
VCPKG_TARGET_TRIPLET(andVCPKG_HOST_TRIPLET) tox64-linux-release?You can control
vcpkg_installedlocation usingVCPKG_INSTALLED_DIR.https://learn.microsoft.com/en-us/vcpkg/users/buildsystems/cmake-integration