mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-15 11:10:19 -06:00
Do not try to load a CPS file if we've already loaded the same file. This only works if the current `find_package` call selects the same file as the previous most recent call, and if the user has not meddled with the `<name>_CONFIG` variable. Issue: #26731