You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the word "share" wasn't there, this would all work as expected. I'm sure I'm doing something wrong, but can't figure it out for the life of me. Thanks for any help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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'm trying to create a registry for some projects local to my company as shown here - https://devblogs.microsoft.com/cppblog/registries-bring-your-own-libraries-to-vcpkg/
I'm more or less trying to pattern match and while I can get everything to build, cmake thinks the library is in the wrong place when I
find_package(StatsD CONFIG REQUIRED)
in my main cmake file. All libraries built by vcpkg directly are working as expected.
My portfile.cmake looks like
and the cmake file its calling is
I am using a custom triplet, but again, nothing fancy there
The error I'm getting when I try find_package is
/home/dev/myprogram/environment/vcpkg_installed/x64-linux-steve/share/debug/lib/libstatsd-cpp-clientd.a
If the word "share" wasn't there, this would all work as expected. I'm sure I'm doing something wrong, but can't figure it out for the life of me. Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions