summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'tde_setup_architecture_flags' to a more appropriate ↵HEADmasterMichele Calgaro2025-12-141-1/+1
| | | | | | 'tde_setup_compiler_flags' Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix build WITH_NATIVE_GNU_BARCODE enabled.Alexander Golubev2025-08-211-2/+3
| | | | | | | | | | | I verified that app compiles and starts fine with the GnuBarcode backend enabled. During runtime no noticeable regressions were spotted. The whole virtual BarkodeEngine::operator=() thing seems to me like quite a lousy design, but I don't feel comfortable enough to rework the code. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Use libpcre2 instead of libpcreMichele Calgaro2024-08-201-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* cmake: add WITH_NATIVE_GNU_BARCODE and WITH_JAVASCRIPT build optionsgregory guy2019-02-241-3/+23
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* conversion to the cmake building systemgregory guy2019-02-241-0/+40
Signed-off-by: gregory guy <g-gregory@gmx.fr>