Luis Caro Campos
Luis Caro Campos
Does it work if the project defines the variables ``` CMAKE_MAP_IMPORTED_CONFIG_MINSIZEREL=Release CMAKE_MAP_IMPORTED_CONFIG_RELWITHDEBINFO Release ``` ?
> Debug and Release are most definitely not compatible as many std containers have different layouts depending on build configuration. This is the case with MSVC STL, but not other...
The issue seems similar to this: https://github.com/curl/curl/issues/7765 , where it has issues with the unicode copyright character ``` VALUE "LegalCopyright", "� 2002-2019 Nigel Stewart & Milan Ikits & Marcelo Magallon\0"...
> if I set CONAN_INSTALL_BUILD_CONFIGURATIONS to Release > . This is because Conan only generates xxx-Target-Release.cmake to locate the libraries. In this case conan was invoked to generate exactly what...
Hi @arnaudmathias - thanks for your PR. I'm having a bit of trouble understanding the underlying issue. What is the issue that you are experiencing?
Hi @samuel-thesing - thanks for opening this issue. The `msdf-atlas-gen` recipe has `package_type = "application"` and is only considers the executable tool. If it can also provide a library, contributions...
Thanks for this report. Which Conan command is causing those files to appear there? What are the errors when you try to delete them?
The CI issue here is ``` ERROR: influxdb-cpp-rest/1.0.2: Error in source() method, line 50 get(self, **self.conan_data["sources"][self.version], strip_root=True) ConanException: sha256 signature failed for 'd5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed' file. Provided signature: d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed Computed signature: a9f369a382a7f132304021d996638061b62f319a5e849ad444a5daee27d06d0a...
> rapidhash seems to replace the v3 version when changes are made, instead of adding a new version. I'm not entirely sure that is the case - I have a...
Hi @craigscott-crascit - thanks for opening this issue. If I'm reading this correctly, I think it would be sensible just to output these files somewhere to `CMAKE_BINARY_DIR`, and perhaps choose...