mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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>