Alexander Neundorf a8128f88b7 BUG: fix segfault if FindFiles() is called without actual match pattern
(e.g. FILE(GLOB /usr/include) instead of FILE(GLOB /usr/include/* )
#4620

Alex
2007-08-21 15:30:07 -04:00
..
2007-08-08 08:41:07 -04:00
2007-08-09 09:03:25 -04:00
2007-03-14 15:12:10 -04:00
2007-07-24 10:05:31 -04:00
2006-03-09 16:40:00 -05:00
2007-04-19 12:12:19 -04:00
2006-04-25 08:33:51 -04:00
2006-03-10 15:38:35 -05:00

KWSys provides a platform-independent API to many common system
features that are implemented differently on every platform.  This
library is intended to be shared among many projects, so it has a
configurable namespace.  Each project should configure KWSys to use a
namespace unique to itself.  See comments in CMakeLists.txt for
details.

You are probably reading this file in the source tree of a surrounding
project.  In that case, see "../README.kwsys" for details of using
KWSys in your project.