CMake/Utilities/cmliblzma
Chuck Atkins 996f822930 liblzma: fix build on platforms with no SIZE_MAX defined.
Some systems don't define a SIZE_MAX (older versions of HP-UX with aCC).
The logic was already in place to account for this condition but
SIZEOF_SIZE_T was not getting cmoputed at configure time to allow it to
function.  This computes sizeof(size_t) at configure time to allow the
appropriate logic to work.  It also changes SIZEOF_SIZE_T to SIZE_OF_SIZE_T
for consistency.
2014-11-03 14:37:12 -05:00
..
common liblzma: fix build on platforms with no SIZE_MAX defined. 2014-11-03 14:37:12 -05:00
liblzma liblzma: Fix compilation with PGI compiler 2014-08-04 10:12:51 -04:00
.gitattributes liblzma: Add .gitattributes to ignore whitespace checks 2014-07-21 14:08:46 -04:00
CMakeLists.txt liblzma: fix build on platforms with no SIZE_MAX defined. 2014-11-03 14:37:12 -05:00
COPYING Merge branch 'liblzma-upstream' into add-liblzma 2014-07-21 15:54:44 -04:00
README-CMake.txt liblzma: Add README-CMake.txt 2014-07-23 10:34:55 -04:00
config.h.in liblzma: fix build on platforms with no SIZE_MAX defined. 2014-11-03 14:37:12 -05:00