The source project of this merge request has been removed.
cmake: populate package registry by default
What does this implement/fix?
With CMake 3.15 and above the export command does not populate the package registry by default unless the CMAKE_EXPORT_PACKAGE_REGISTRY variable is set. For backwards compatibility, prefer the old behavior (even though the old one occasionally causes some confusion and is considered deprecated.)
Edited by Sergiu Deitsch