Skip to content

Don't use angle bracket includes for local headers

Nicolas Fella requested to merge work/incl into master

When using angle bracket includes we skip looking for the headers in the local directory. The cmake code was working around that by adding an include dir manually, which is unneeded

Merge request reports