mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
b498611902
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