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
On Win10, I have CMake installed, but not available on PATH. When using the cmake-conan v0.18.1 with --build-missing I notice that cmake is properly resolved as dependency
It seems you are using the legacy 1.X cmake-conan integration, and it is likely that this won't work in it. Unfortunately, we no longer have the resources to keep maintaining the Conan 1.X cmake-conan integration.
I think this should work with Conan 2 cmake-conan integration based in CMake providers, but if not, please let us know and we will have a look.
Thanks for the fast reply. Yes, I am still on Conan 1.X because latest version 0.18.1 does not support Conan 2 yet.
The main branch in the repo, that is now develop2 contains a Conan 2 ready version, using the new CMake providers which is a great feature because it does no longer need any modification to CMakeLists.txt files, and it is already being extensively used, for example it is used in the CLion plugin integration.
This develop2 branch cmake-conan integration (conan_provider.cmake) is the recommended cmake-conan integration for production now.
On Win10, I have CMake installed, but not available on PATH. When using the cmake-conan v0.18.1 with --build-missing I notice that cmake is properly resolved as dependency
but it finally fails with cmake not found:
The text was updated successfully, but these errors were encountered: