mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-10 17:14:10 +00:00
Prevent repeat configure calls from the CMake GUI or `ccmake` tool from loading query duplicates, which caused many duplicate callbacks to be invoked on each subsequent hook. Also ensure that multiple subsequent configure steps invoked by CMake GUI and `ccmake` each have an associated snippet file during generate. Fixes: #27651 Co-Authored-By: Tyler Yankee <tyler.yankee@kitware.com>