cmake/Help/prop_cache/STRINGS.rst

10 lines
347 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
STRINGS
-------
2019-11-11 23:01:05 +01:00
Enumerate possible ``STRING`` entry values for GUI selection.
2014-08-03 19:52:23 +02:00
2019-11-11 23:01:05 +01:00
For cache entries with type ``STRING``, this enumerates a set of values.
2014-08-03 19:52:23 +02:00
CMake GUIs may use this to provide a selection widget instead of a
generic string entry field. This is for convenience only. CMake does
not enforce that the value matches one of those listed.