What is your suggestion?
Hi! I'm adding a feature to automatically install conan runtimes in a cmake library aminya/project_options#279. Since the usage of conan is optional, the repo chooses to use cmake-conan. However, CONAN_RUNTIME_LIB_DIRS is set by CMakeToolchain while cmake-conan could only supports CMakeDeps, so I couldn't install runtimes when using cmake-conan.
I would like to have some way to collect CONAN_RUNTIME_LIB_DIRS when only CMakeDeps is specified.
Have you read the CONTRIBUTING guide?