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

Allow Conan profiles #115

Merged
merged 5 commits into from
Apr 28, 2022
Merged

Allow Conan profiles #115

merged 5 commits into from
Apr 28, 2022

Conversation

ddalcino
Copy link
Contributor

Fix #114

Todo:

  • Add a test for this feature. Currently, I am in the process of trying to get a cpp_starter_project to build properly using emscripten, using a branch of project_options that implements this feature (unsuccessfully so far). I can tell you that this branch of project_options passes the profile properly into Conan, but I would prefer to prove it with a test.

@aminya
Copy link
Owner

aminya commented Apr 20, 2022

@ddalcino any update on this?

@aminya
Copy link
Owner

aminya commented Apr 27, 2022

Requires rebase because of #122

@ddalcino
Copy link
Contributor Author

I think this merge is right; it's hard to tell without good tests.

@aminya aminya marked this pull request as ready for review April 28, 2022 20:12
@aminya aminya merged commit 509c9c3 into aminya:main Apr 28, 2022
@aminya
Copy link
Owner

aminya commented Apr 28, 2022

The low-level test you are talking about should be done in conan-cmake. We are just calling it with the argument they defined.

We can add a simple Conan profile in CI and test with that just for verification.

@ddalcino ddalcino deleted the add_conan_profiles branch May 1, 2022 18:52
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.

Allow the user to use a conan profile
2 participants