Use modern CMake FindPackage config
Use cmake FindPackage config files instead of the self written FindPackage module files. The FindPackage config files are created by the developers themself and installed with external dependencies.
Add missing CMake variables which are not defined any longer by the self written FindPackage module files.
Remove the now unneeded FindPackage module files.