Include find_package instead of using our custom ecm_configure_package

Authored by albertvaka on Jul 11 2016, 6:05 PM.

Description

Include find_package instead of using our custom ecm_configure_package

We shouldn't need to use ecm_configure_package in CMake 3.0+ as it already
has configure_package_config_file.

CCMAIL: Kåre Särs <kare.sars@iki.fi>
Reviewed-by: Aleix Pol <apol@kde.org>