Natanael Copa c243e51cdb main/sems: use relative paths in logs
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.
2012-12-21 17:27:24 +00:00
..