search for: use_find_package_zlib

Displaying 2 results from an estimated 2 matches for "use_find_package_zlib".

2014 Sep 17
2
[LLVMdev] proposal to avoid zlib dependency.
On Wed, Sep 17, 2014 at 12:27:42PM +0300, Yaron Keren wrote: > Large software libraries like OpenCV (under 3rdparty directory) do include > copies of zlib and friends and build it, for that reasons. The source code > is just half a megabyte and I think the license is compatible. We could do > the same with zlib or miniz. >From a packager's perspective, library bundling is one
2014 Sep 17
2
[LLVMdev] proposal to avoid zlib dependency.
...no proper find_package is used. I just had a go at hacking this so that we use find_package(ZLIB) if LLVM_ENABLE_ZLIB is used. Does the attached patch work correctly? If so I could send to llvm-commits for review. -------------- next part -------------- A non-text attachment was scrubbed... Name: use_find_package_zlib.patch Type: text/x-patch Size: 1549 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140917/4a70d897/attachment.bin>