Luis Caro Campos

Results 24 issues of Luis Caro Campos

**Describe the bug** Linking a consumer project against the generated CMake imported targets fails on Windows/MSVC due to missing symbols. **System** Which OS, compiler, and compiler version are you using:...

Changelog: Omit Docs: Omit Work in progress

Changelog: Omit Docs: Omit

* Conan 1.51.0 * A recipe contains a `test_package/conanfile.py` that uses the `layout()` method and the new generators * `conan create` will cause multiple files to be generated _next to_...

type: look into

Look into revisiting the expected behaviours with regards to variable substitution in profiles

type: look into

Minor documentation fixup - This reflects the current version equivalences as they are in the code: https://github.com/conan-io/conan/blob/develop/conans/client/tools/win.py#L112-L121

### What is your suggestion? Use case: - Recipe for a library that has compiled C++ code, but a pure C interface (that is, can be called by pure C...

Specify library name and version: **lib/1.0** --- - [ ] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [ ] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6)....

Failed

This might work to set this _after_ the first call to `find_package` (as the known limitation). The implementation in `CMakeToolchain` is: ``` build_req = self._conanfile.dependencies.build.values() build_bin_paths = [] for req...

When we have a `conanfile.py` (as opposed to a `conanfile.txt`), and `CMakeDeps` is instantiated in the `generate()` method (as opposed to as the `generators`) attribute, CMake configuration fails with the...

bug