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

Fix conan GENERATORS for conan 2.x #11

Open
davidradkowski opened this issue Mar 19, 2023 · 2 comments
Open

Fix conan GENERATORS for conan 2.x #11

davidradkowski opened this issue Mar 19, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@davidradkowski
Copy link

davidradkowski commented Mar 19, 2023

conan 2.x requires a change to GENERATORS in CMakeLists.txt from:
GENERATORS cmake_find_package to GENERATORS CMakeDeps

@COM8 COM8 added the bug Something isn't working label Mar 20, 2023
@COM8
Copy link
Member

COM8 commented Mar 20, 2023

Ah, thanks for reporting!
Installing conan as follows should fix the issue for now:

pip install --user conan==1.59.0

@COM8
Copy link
Member

COM8 commented Mar 20, 2023

I updated all README.md files accordingly. I will keep this issue open until I come around updating conan for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants