summaryrefslogtreecommitdiff
path: root/CMake/FindLFS.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Add Large File SupportJulian Andres Klode2016-08-231-0/+148
This module should cover all sorts of large file supports, as long as they either support the getconf LFS_CFLAGS command; or the _FILE_OFFSET_BITS=64 or _LARGE_FILES macros. Closes: #834767