1STRINGS 2------- 3 4Enumerate possible ``STRING`` entry values for GUI selection. 5 6For cache entries with type ``STRING``, this enumerates a set of values. 7CMake GUIs may use this to provide a selection widget instead of a 8generic string entry field. This is for convenience only. CMake does 9not enforce that the value matches one of those listed. 10