After the installation is complete, do you have the file jsoncppConfig.cmake on folder \vcpkg\installed\x64-windows\share\jsoncpp locally?Author fishnet37222 commented Feb 28, 2024 Yes, but when using a manifest, there's nothing in the vcpkg_installed folder.Contributor FrankXie05 commented Fe...
My Environment Operating System and version: Win10 Compiler: VS 2017 PCL Version: Version: 1.9.1-13 VTK Version: Version: 9.0 Context standard installation of pcl with vcpkg does not generate visualization include directory. How can the ...
Here are the contents of my buildtrees/libusb/ folder... I don't see the x64-linux-dbg subdirectory or config-x64-linux-dbg-err.log: root@4d67670462c8:/vcpkg# ls -l -a buildtrees/libusb/ total 64 drwxr-xr-x 3 root root 4096 Jun 20 12:14 . drwxr-xr-x 4 root root 4096 Ju...
"Make sure that pkg.m4 is in a folder aclocal can find, which seems to be /usr/local/share/aclocal if it exists, or /usr/share/aclocal otherwise." #30022 (comment) Maybe you need pkgconf-m4, https://pkgs.org/download/pkgconf-m4. Author nilsnolde commented Aug 11, 2023 Aaaah than...
(./vcpkg install qt5-declarativeshould be enough in this case, but I tested with both to be sure) import QtQuick.Dialogs 1.2inside a QML file. Build & run project. Expected behavior All imports inside a qml file should be deployed to the output folder. ...