You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m also seeing this, as well as other problems on 2.10. Even if conan install finishes without error, a lot of the expected .cmake files are missing from the generator output.
This has been closed by #17409, it will be released in Conan 2.10.1 asap, please update when it is out and let us know. Many thanks again for reporting!
Describe the bug
conan version: 2.10
conan profile:
Host profile:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=17
compiler.libcxx=libstdc++11
compiler.version=14
os=Linux
[replace_requires]
glib/2.78.3: glib/2.81.0
Build profile:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=17
compiler.libcxx=libstdc++11
compiler.version=14
os=Linux
[replace_requires]
glib/2.78.3: glib/2.81.0
How to reproduce it
It worked in conan 2.9.3
The text was updated successfully, but these errors were encountered: