mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-14 21:22:03 +01:00
By default cmake will use full path to source files (*.c). This will make the log macro in core/log.h, who uses __FILE__ expand the source file to full path which will make the logs pretty noisy. We force cmake to use relative paths.