Results 5 comments of Dan

I have recently reproduced this issue with Visual Studio (not with CLion like OP). Versions: Conan 2.4.1 CMake 3.30.0-rc1 Visual Studio 2022 version 17.10.3 I have an explicit dependency on...

I meant the `conan_provider.cmake` invokes `conan install` which generates `conan_toolchain.cmake`. Later, when the `conan_toolchain.cmake` is available and used by the project, it starts providing value of `CMAKE_MSVC_RUNTIME_LIBRARY ` which is...

Thanks for the explanation. Yes, I have a "consumer" case. I really liked the approach with transparent integration to CMake in Conan1, so I replicated it by `set(CMAKE_PROJECT_TOP_LEVEL_INCLUDES "conan_provider.cmake")` line....

I have the same error, haven't fixed yet. There might be needed a fix in Boost recipe.