Commit 9bc6e655e1d10a0fa388e19fe72ee588cd4e2f96

Patrick Steinhardt 2020-06-05T11:37:30

cmake: remove CheckPrototypeDefinition module In the past, we've imported the CheckPrototypeDefinition into our own module directory as it wasn't yet available in all supported CMake versions. Now that we require at least CMake v3.5, we don't need to bundle it anymore as it's included with the distribution already. Let's drop the included modules and always use upstream's version.