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
conan 2.x requires a change to GENERATORS in CMakeLists.txt from: GENERATORS cmake_find_package to GENERATORS CMakeDeps
GENERATORS cmake_find_package
GENERATORS CMakeDeps
The text was updated successfully, but these errors were encountered:
Ah, thanks for reporting! Installing conan as follows should fix the issue for now:
pip install --user conan==1.59.0
Sorry, something went wrong.
I updated all README.md files accordingly. I will keep this issue open until I come around updating conan for it.
No branches or pull requests
conan 2.x requires a change to GENERATORS in CMakeLists.txt from:
GENERATORS cmake_find_package
toGENERATORS CMakeDeps
The text was updated successfully, but these errors were encountered: