Skip to content

Fix error with style sheet

Pascal Palenda requested to merge bugfix/stylesheet_error into develop

When the Utility libs were not the toplevel CMake file, the style sheet for the doxygen doc could not be found. This was because they were defined relative to the top level CMake file not this CMaka file. This commit fixes this issue.

Merge request reports