lasote / hooks

Official Conan client hooks
MIT License
0 stars 1 forks source link

ban MSVC redistributable files #27

Open SSE4 opened 5 years ago

SSE4 commented 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.

lasote commented 5 years ago

@SSE4 please open a PR for this. It should be easy taking a look at similar checks.