[Cmake] RE: Set a variable to a list of filenames that match a pattern

Karr, David David . Karr at titan . com
Wed, 23 Jul 2003 10:19:12 -0400


> Since Glob assembles the
> filenames without any path information in a single string
> (with semicolons between filenames), I expand the string to
> a vector,

Aaargh!  What I wrote above is incorrect; I was thinking
about an implementation detail of an entirely different
feature that I worked on concurrently.

cmSystemTools::Glob produces a vector of strings, so my=20
subsequent code (relating to the subject line of this
message) simply uses that vector.

Sorry for any confusion this might have caused.

-- David A. Karr