STRINGS.rst 347 B

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