Commit Graph

2 Commits

Author SHA1 Message Date
Robert Adam
e0a27b1e7a MAINT(cmake): Only return compilable targets
Without this change it could happen that get_targets returned
non-compilable targets (e.g. install or uninstall targets) and this
could lead to errors when e.g. trying to set compile options on those
targets.
2020-08-10 20:57:39 +02:00
Robert Adam
884fc40bc5 MAINT: Disable warnings for 3rdparty projects
In order to not be spammed with warnings from 3rdparty projects that we
make use of in Mumble, this commit modifies the respective cmake files
in a way that disables warnings for the respective projects.
2020-08-09 16:10:53 +02:00