Replies: 1 comment
-
It seems that after reboot it works just fine, I don't know what caused this issue in the first place, probably it somehow related to environment variables which were not set correctly |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I am trying to build a project with CMake and vcpkg, however when I am trying to generate CMake cache with
cmake ..
in the build directory and I am getting the following error:here is CMakeLists.txt
By following the docs I've created new app with
vcpkg new --application
and added libpqxx with the following command
vcpkg add port libpqxx
, here is the outputAfter installing this I ran the install scripts with no errors:
here is used vcpkg.json
and vcpkg-configuration.json
here is the tree of the vcpkg_installed directory:
Beta Was this translation helpful? Give feedback.
All reactions