]> git.ipfire.org Git - thirdparty/libarchive.git/commit
ENH: Allow fine grained control over dependancies
authorHans Johnson <hans-johnson@uiowa.edu>
Thu, 16 May 2013 16:26:46 +0000 (11:26 -0500)
committerTim Kientzle <kientzle@gmail.com>
Fri, 13 Dec 2013 05:49:12 +0000 (21:49 -0800)
commit033fc31e45be71bcf3259c1d62c6be04149edfea
treed494d2a2798ca6a01940e23d7dbdea06cc307622
parent27eec1f7658d87670d4bfcb0640ab6f2a181a81f
ENH: Allow fine grained control over dependancies

An end user may want to explicitly avoid using
a feature that can be automatically found on the
build system.  This arose when the build machine
had libraries for LZMA but the target machine
did not have those libraries available.

By allowing flags the optional features provided by
LZMA/ZLIB/BZip2/EXPAT/PCREPOSIX/LibGCC
can be explicitly removed (Default behavior is
to use what can be found).
CMakeLists.txt