xz/cmake
Lasse Collin d9d08fb479 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.

(cherry picked from commit 36fabdbe67)
2024-05-07 17:47:10 +03:00
..
tuklib_common.cmake Build: Add very limited experimental CMake support. 2020-03-11 13:05:29 +02:00
tuklib_cpucores.cmake CMake: Sync tuklib_cpucores.cmake with tuklib_cpucores.m4. 2022-11-11 13:41:43 +02:00
tuklib_integer.cmake Build: Add very limited experimental CMake support. 2020-03-11 13:05:29 +02:00
tuklib_large_file_support.cmake CMake: Use -D_FILE_OFFSET_BITS=64 if (and only if) needed. 2024-05-07 17:47:10 +03:00
tuklib_mbstr.cmake Build: Add very limited experimental CMake support. 2020-03-11 13:05:29 +02:00
tuklib_physmem.cmake CMake: Fix compatibility with CMake 3.13. 2022-07-12 18:11:36 +03:00
tuklib_progname.cmake Build: Add very limited experimental CMake support. 2020-03-11 13:05:29 +02:00