Open SSE4 opened 5 years ago
some packages (e.g. zmq - https://ci.appveyor.com/project/bincrafters/conan-zmq/build/job/dg019wo74snxhah8) tend to install MSVC redistributable DLLs, files, such as msvcp140.dll or vcruntime140.dll. I don't think conan packages should include them, so may be it's worth to add check that these files aren't included.
zmq
msvcp140.dll
vcruntime140.dll
@SSE4 please open a PR for this. It should be easy taking a look at similar checks.
some packages (e.g.
zmq
- https://ci.appveyor.com/project/bincrafters/conan-zmq/build/job/dg019wo74snxhah8) tend to install MSVC redistributable DLLs, files, such asmsvcp140.dll
orvcruntime140.dll
. I don't think conan packages should include them, so may be it's worth to add check that these files aren't included.