-
Notifications
You must be signed in to change notification settings - Fork 255
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
Add --conf arguments for conan install
command.
#445
Add --conf arguments for conan install
command.
#445
Conversation
Hello @memsharded or @czoido, Recently, I found an ALTERNATIVE way to use --conf tools.cmake.cmaketoolchain:generator="Ninja Multi-Config" Therefore, I posted this PR to add |
Hi @hwhsu1231, |
@czoido Execuse me. What do you mean "Adding at least one test would be nice."? Where do I need to add the test? What kind of test should I add? |
I meant adding it here: https://github.com/conan-io/cmake-conan/blob/develop/tests.py but don't worry about that, I'll update the branch with a test. |
@czoido Recently, I'm trying an alternatvie way to use cmake-conan. And this argument |
…nf-arg-for-install-cmd
Hi @hwhsu1231, |
Add the following arguments of
conan install
command:--conf
--conf:host
--conf:build
for
conan_cmake_install()
function.