tbeu / matio

MATLAB MAT File I/O Library
https://matio.sourceforge.io
BSD 2-Clause "Simplified" License
330 stars 97 forks source link

Update conan-center index url and linker checks for CMake #182

Closed tbeu closed 2 years ago

tbeu commented 2 years ago

When using a VS with non-English compiler output, the check_linker_flags of CMake try-compile does not recognize the linker warnings. When building matio later I then get the two warnings

LINK : warning LNK4044: Nicht erkannte Option /Wl,--no-undefined; wird ignoriert.
LINK : warning LNK4044: Nicht erkannte Option /Wl,--retain-symbols-file,C:/Projekte/matio/win64/src/matio.sym; wird ignoriert.

Since there seems no general way to enable non-English patterns my only remedy was to avoid the check_linker_flags for VS.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 82.4% when pulling 919a11cbe1767d33a56056b587cc8224fd89d955 on update-cmake into 1d200ac6e36790b093590388a59c607e1e27e51a on master.