mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
8de977fa70
When referring to data in a JSON array, use "array" consistently rather than "list". This avoids ambiguity over whether we mean a string containing a CMake list, or a JSON array. Fixes: #24074