Skip to content

[cleanup][cmake] Remove install directives

Timo Koch requested to merge feature/remove-faulty-cmake-install-directives into master

This removes all install directives in lecture. They were faulty and/or incomplete. I currently don't see the point why lecture needs to be installed as the whole point is to play around with the application code. It's not a library. If the install features is needed for something please add them back in using a Python script so that they are easy to maintain.

Merge request reports