Skip to content
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

Fix/238 #241

Closed
wants to merge 5 commits into from
Closed

Fix/238 #241

wants to merge 5 commits into from

Conversation

czoido
Copy link
Contributor

@czoido czoido commented May 26, 2020

Fixes: #238

@czoido czoido added this to the 0.16 milestone Jul 10, 2020
@czoido czoido requested a review from memsharded July 10, 2020 15:37
@@ -586,25 +586,24 @@ macro(conan_config_install)
endif()

if(DEFINED CONAN_VERIFY_SSL)
set(CONAN_CONFIG_INSTALL_ARGS "${CONAN_CONFIG_INSTALL_ARGS} --verify-ssl ${CONAN_VERIFY_SSL}")
string(STRIP "${CONAN_CONFIG_INSTALL_ARGS} --verify-ssl=${CONAN_VERIFY_SSL}" CONAN_CONFIG_INSTALL_ARGS)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This way of concatenating args, using a STRIP is a bit weird. I think I would have concat (using "=", that is correct), and then strip at the end if necessary. Am I missing something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's a bit weird, in fact, I have just realized that there was another PR from an user solving this: #215 I'll close this one in favor of that one and add the test there.

@czoido
Copy link
Contributor Author

czoido commented Sep 1, 2020

Closing in favor of #215

@czoido czoido closed this Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

conan_config_install() fails with optional argumens
2 participants