Skip to content

CMakeLists.txt: Introduce ENABLE_PACKAGE_SOURCE option

François Grisez requested to merge fix/make_package_source_optional 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).

(cherry picked from commit 6b63669f)

Merge request reports