-
Notifications
You must be signed in to change notification settings - Fork 980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] CONAN_RUNTIME_LIB_DIRS
for CMakeDeps
#17018
Comments
Thanks for your suggestion @FeignClaims There are some challenges in defining these kind of variables in |
We can probably define this variable in |
I am adding this variable to the new |
We are releasing in Conan 2.9 a completely new
Current known pending functionality (to be added soon):
The new Your feedback is very importantAs this is a major change, we will only remove the conf gate when we get confirmation from users that it works and solve the issues. Please try the new generator for your project, and let us know if it works. If it doesn't, please re-open this ticket and let us know what failed. Thanks very much! |
What is your suggestion?
Hi! I'm adding a feature to automatically install conan runtimes in a cmake library aminya/project_options#279. Since the usage of conan is optional, the repo chooses to use cmake-conan. However,
CONAN_RUNTIME_LIB_DIRS
is set by CMakeToolchain while cmake-conan could only supports CMakeDeps, so I couldn't install runtimes when using cmake-conan.I would like to have some way to collect
CONAN_RUNTIME_LIB_DIRS
when only CMakeDeps is specified.Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: