We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Few years ago I answered a question in Stackoverflow (Sorry Memsharded, I had that one!)
https://stackoverflow.com/questions/71548337/how-to-choose-ninja-as-cmake-generator-with-conan/71613990#71613990
However, past few weeks it has been marked as useful. And, it's was an answer more focused in Conan 1.x (because the question was about Conan 1.x).
Checking the documentation, we have few references about Ninja: https://docs.conan.io/2/search.html?q=ninja&check_keywords=yes&area=default
So it would be great if we could add a small example using CMake + Ninja in https://docs.conan.io/2/examples/tools/cmake/cmake.html and use it as reference. Personally, I use Ninja by default in my environments.
We could show passing via recipe generator="Ninja" and configuration.
generator="Ninja"
The text was updated successfully, but these errors were encountered:
uilianries
No branches or pull requests
Few years ago I answered a question in Stackoverflow (Sorry Memsharded, I had that one!)
https://stackoverflow.com/questions/71548337/how-to-choose-ninja-as-cmake-generator-with-conan/71613990#71613990
However, past few weeks it has been marked as useful. And, it's was an answer more focused in Conan 1.x (because the question was about Conan 1.x).
Checking the documentation, we have few references about Ninja: https://docs.conan.io/2/search.html?q=ninja&check_keywords=yes&area=default
So it would be great if we could add a small example using CMake + Ninja in https://docs.conan.io/2/examples/tools/cmake/cmake.html and use it as reference. Personally, I use Ninja by default in my environments.
We could show passing via recipe
generator="Ninja"
and configuration.The text was updated successfully, but these errors were encountered: