summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Make check for WITH_MLED non-fatalr14.1.xAlexander Golubev2025-08-211-4/+12
| | | | | | | | | | | | There is no reason for the configuration check to be fatal, because the system the package builds on may be different from the one that it will run on. On the other hand the flag is pretty useless nowadays anyway, so print a hefty warning if the interface is missing. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 209a94d9bb11d90bde83deefc2f5362812c00eca)
* Use common CMake tests.Slávek Banko2019-02-101-26/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* cmake: Add options WITH_SSL and WITH_MLEDSlávek Banko2018-10-191-4/+16
| | | | | | | Fix test for SSL => is not needed, because is used KSSL from tdelibs Fix test for ASUS Mail LED support in ACPI Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* cmake conversiongregory guy2018-10-191-0/+59
Signed-off-by: gregory guy <g-gregory@gmx.fr>