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
package is found via find_package(proxy CONFIG REQUIRED)
there is no target namespace
there is target msft_proxy
Proxy 4:
package is found via find_package(proxy4 CONFIG REQUIRED)
the target namespace is msft_proxy
there are targets msft_proxy::proxy4 and msft_proxy::proxy4_module
Making changes to Proxy 3 probably isn't feasible at this point, but since Proxy 4 haven't been released yet, I think Proxy 4 should be updated to follow the best practices before its release.
FYI: https://www.kitware.com/psa-your-package-name-and-target-namespace-should-match/ (I named the target namespace wrongly and didn't follow the best practices).
Currently:
find_package(proxy CONFIG REQUIRED)msft_proxyfind_package(proxy4 CONFIG REQUIRED)msft_proxymsft_proxy::proxy4andmsft_proxy::proxy4_moduleMaking changes to Proxy 3 probably isn't feasible at this point, but since Proxy 4 haven't been released yet, I think Proxy 4 should be updated to follow the best practices before its release.
Some random ideas:
find_package(msft_proxy4 CONFIG REQUIRED)target name:
msft_proxy4::proxy,msft_proxy4::proxy_modulefind_package(MicrosoftProxy4 CONFIG REQUIRED)target name:
MicrosoftProxy4::Proxy,MicrosoftProxy4::ProxyModulefind_package(proxy4 CONFIG REQUIRED)target name:
proxy4::proxy,proxy4::module