summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use the new way to find Python with CMake >= 3.12.Slávek Banko12 days1-2/+19
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Solving the TDE/tde-packaging-gentoo#313 problem.ormorph2023-11-201-7/+3
| | | | | | Glibc-2.38 adds new functions strlcat and strlcpy. Signed-off-by: ormorph <roma251078@mail.ru>
* SunOS cosmetic changesDenis Kozadaev2023-05-281-2/+2
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* superkaramba: added cmake rules for example files and create xcursor.so at ↵Michele Calgaro2022-11-171-3/+3
| | | | | | | build time. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Change and simplify `statvfs` conditions in FileSystemStatsOBATA Akio2019-05-041-0/+14
| | | | | | | | | | | `getfsstat` v.s. `getvfsstat` condition is different than `statfs` v.s. `statvfs`, so split each condition and simplify. For `get(v)fsstat` side, changed to check and use `getmntinfo`, because it is better than `get(v)fsstat` with fixed buffer size, and easier than improve it with dynamic buffer allocation. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix NetBSD APM supportOBATA Akio2019-04-161-0/+4
| | | | | | | | NetBSD APM is supported other than i386 too, emulate API, so change to detect with MI support header. Additionally, catch up support codes to others. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Use common CMake tests.Slávek Banko2019-02-071-17/+13
| | | | | | Drop hardcoded definition -D_LARGEFILE64_SOURCE. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix detection whether the system is big endianSlávek Banko2017-02-031-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix build on freebsdSlávek Banko2015-06-271-0/+18
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Finish renaming knewstuffSlávek Banko2014-09-271-4/+4
|
* Fix cmake build: WITH_POWERBOOK2 option for kmiloAlexander Golubev2012-12-111-15/+12
|
* Initial conversion to cmake.Darrell Anderson2012-11-101-0/+196
Thanks to Fat-Zer.