ENH: Define STRINGS cache entry property
commitc2e9bb740541da2629d130e650165a8579dab150
authorking <king>
Thu, 12 Mar 2009 14:52:37 +0000 (12 14:52 +0000)
committerking <king>
Thu, 12 Mar 2009 14:52:37 +0000 (12 14:52 +0000)
treefd5100e23100d90e9a43252c1bd2764a3affd69c
parent17fa021e4add2d01796d0ab3561875e4bdc6d042
ENH: Define STRINGS cache entry property

This property defines a list of values for a cache entry of type STRING.
A CMake GUI may optionally use a drop-down selection widget for the
entry instead of a generic text entry field.  We do not enforce that the
value of the entry match one of the strings listed.
Source/cmCacheManager.cxx
Source/cmSetPropertyCommand.cxx