summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'tde_setup_architecture_flags' to a more appropriate ↵Michele Calgaro2025-12-141-1/+1
| | | | | | 'tde_setup_compiler_flags' Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Allow ACL detection without pkgconfig file.Slávek Banko2025-11-161-0/+15
| | | | | | | | | | | Allow building with POSIX ACL without a separate ACL library. This solves firstly building on older distributions where there is no pkgconfig file, but there is an acl library supporting extended ACL, and secondly it solves building on systems where POSIX ACLs are part of the standard library and a separate acl library is not present. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Switch to cmake build systemMichele Calgaro2025-11-161-0/+58
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>