SpaceIm
SpaceIm
An issue could be opened, but this fix looks quite trivial to me, and we all know that warnings as errors must not be enabled in conancenter recipes. FYI, warnings...
conan v2 migration: https://github.com/conan-io/conan-center-index/pull/22591
This issue is also described in https://github.com/conan-io/conan/issues/11193, but I don't know if it's fully fixed in conan v2.
Duplicate of https://github.com/conan-io/conan/issues/13560 I think.
Is CI running on this PR?
@valgur conancenter doesn't generate packages with msvc static runtime. ``` [ERROR:vcvars.bat] Toolset directory for version '14.3' was not found. [ERROR:VsDevCmd.bat] *** VsDevCmd.bat encountered errors. Environment may be incomplete and/or incorrect....
You may want to ask to conan maintainers instead: https://github.com/conan-io/conan/issues. This issue seems to come from `VCVars` generator called under the hood by `AutotoolsToolchain`. For example if you try to...
Therefore it's a conan issue (not being able to specify DLL name in package_info() to help CMakeDeps finding DLL, or telling conan whether some lib is shared or not. It's...
Could you try https://github.com/conan-io/conan-center-index/pull/24951 please?
@abroun Is https://github.com/conan-io/conan-center-index/pull/24951 working better with conan 2.7.0 (it comes with a fix for `MSBuild` with ClangCL: https://github.com/conan-io/conan/pull/16844)