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

support list in conan command during version check #668

Open
wants to merge 1 commit into
base: develop2
Choose a base branch
from

Conversation

oleksandr-prykhodko-quickbase

We have custom wrapper around conan command and use it in cmake as set(CONAN_COMMAND "py;conan_command.py")
Passing it to conan_get_version unwraps it as a list thus version check calls whatever is first in the list instead of the whole command.

@CLAassistant
Copy link

CLAassistant commented Aug 27, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@memsharded memsharded left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution @oleksandr-prykhodko-quickbase

conan_provider.cmake Show resolved Hide resolved
Copy link
Member

@memsharded memsharded left a comment

Choose a reason for hiding this comment

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

I think I am fine with this change, but will assign @jcar87 to review.

Thanks for your contribution @oleksandr-prykhodko-quickbase

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.

4 participants