Skip to content

find_package: Disable searching user package registry by default

The user package registry populated by the export() command causes side effects outside the build and source directories. Such effects should be opt-in rather than op-out. Introduce a policy to change default behavior of find_package() to not search the user package registry.

Merge request reports