xz/cmake
Lasse Collin 597f49b614 CMake: Use -D_FILE_OFFSET_BITS=64 if (and only if) needed.
A CMake option LARGE_FILE_SUPPORT is created if and only if
-D_FILE_OFFSET_BITS=64 affects sizeof(off_t).

This is needed on many 32-bit platforms and even with 64-bit builds
with MinGW-w64 to get support for files larger than 2 GiB.
2023-10-26 21:46:06 +03:00
..
remove-ordinals.cmake CMake: Create liblzma.def when building liblzma.dll with MinGW-w64. 2023-10-26 21:46:06 +03:00
tuklib_common.cmake Build: Fix bugs in the CMake files. 2020-02-25 20:44:10 +02:00
tuklib_cpucores.cmake CMake: Sync tuklib_cpucores.cmake with tuklib_cpucores.m4. 2022-10-31 11:49:47 +02:00
tuklib_integer.cmake tuklib_integer: Update the CMake test for fast unaligned access. 2023-10-18 19:02:45 +03:00
tuklib_large_file_support.cmake CMake: Use -D_FILE_OFFSET_BITS=64 if (and only if) needed. 2023-10-26 21:46:06 +03:00
tuklib_mbstr.cmake Build: Fix bugs in the CMake files. 2020-02-25 20:44:10 +02:00
tuklib_physmem.cmake CMake: Fix compatibility with CMake 3.13. 2020-11-17 21:09:39 +02:00
tuklib_progname.cmake Build: Only define HAVE_PROGRAM_INVOCATION_NAME if it is set to 1. 2023-01-02 22:33:48 +08:00