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

Make conanfile directory configurable #633

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

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Mar 27, 2024

I stumbled upon a scenario where it made sense not to place the conanfile at the project root and needed to modify the conanfile directory location in conan_provider.cmake. I thought it would not hurt to convert it into an easily configurable variable instead of hard-coding it in general.

@CLAassistant
Copy link

CLAassistant commented Mar 27, 2024

CLA assistant check
All committers have signed the CLA.

@valgur valgur force-pushed the feature/configurable-conanfile-dir branch from caef1c6 to 43e81e2 Compare March 27, 2024 21:48
@valgur
Copy link
Contributor Author

valgur commented Mar 27, 2024

Would be nice to make it a CACHE variable and group it together with other options at the bottom of the file, but it fails when converted to a CACHE var for some reason.

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.

3 participants