mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
aa68ce6bd4
During refactoring in commit f6291eee25 (cmCursesMainForm: Modernize
with STL and ranged-for loops, 2019-02-10) a transformation of a loop
went wrong and editing the cmake cache with ccmake no longer works.
Make ccmake work again.
Fixes: #19008