CMakeLists.txt: Introduce ENABLE_PACKAGE_SOURCE option

Merged François Grisez requested to merge fix/optional_package_source into master

This option makes the creation of 'package_source' custom target optional, allowing to build with CMake < 3.11 if it is disabled (default).

Merge request reports