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
Although not universally appicable to all IMPORTED targets as #167 is trying to do, vcpkg and conan 2.4.0 already provide a way to install their IMPORTED targets:
vcpkg provides two options for users to easily copy runtimes (only) dlls to the build directory and installation directory. (learnt from this comment)
conan 2.4.0's CMakeToolchain generator provides a cmake variable CONAN_RUNTIME_LIB_DIRS that allows users to install runtime libraries. (see the corresponding documentation here, and this comment shows how to copy runtimes to output folder with it)
So maybe we could support them respectively? (or unify them into a general function?)
Although not universally appicable to all
IMPORTED
targets as #167 is trying to do, vcpkg and conan 2.4.0 already provide a way to install theirIMPORTED
targets:vcpkg provides two options for users to easily copy
runtimes(only) dlls to thebuild directory
andinstallation directory
. (learnt from this comment)conan 2.4.0's CMakeToolchain generator provides a cmake variable
CONAN_RUNTIME_LIB_DIRS
that allows users to install runtime libraries. (see the corresponding documentation here, and this comment shows how to copy runtimes to output folder with it)So maybe we could support them respectively? (or unify them into a general function?)
Upvote & Fund
@aminya is using Polar.sh so you can upvote and help fund this issue. The funding is received once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog!
The text was updated successfully, but these errors were encountered: