diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-06 18:43:58 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-06 18:43:58 (GMT) |
commit | eee281c3a660785e4d4d82d467bb1eed000d8163 (patch) | |
tree | 9aa4ed4cd8e842ac9b0b5454e89d8fce7c2e6d05 /Source/kwsys/Registry.cxx | |
parent | 3aec2488ff83f2bea7ff9b0d2709d426f41ace26 (diff) | |
download | CMake-eee281c3a660785e4d4d82d467bb1eed000d8163.zip CMake-eee281c3a660785e4d4d82d467bb1eed000d8163.tar.gz CMake-eee281c3a660785e4d4d82d467bb1eed000d8163.tar.bz2 |
ENH: add missing cmake depend hacks
Diffstat (limited to 'Source/kwsys/Registry.cxx')
-rw-r--r-- | Source/kwsys/Registry.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/kwsys/Registry.cxx b/Source/kwsys/Registry.cxx index 3c0be26..015937a 100644 --- a/Source/kwsys/Registry.cxx +++ b/Source/kwsys/Registry.cxx @@ -21,6 +21,18 @@ #include KWSYS_HEADER(ios/iostream) #include KWSYS_HEADER(ios/fstream) #include KWSYS_HEADER(ios/sstream) +// Work-around CMake dependency scanning limitation. This must +// duplicate the above list of headers. +#if 0 +# include "Registry.hxx.in" +# include "Configure.hxx.in" +# include "kwsys_stl.hxx.in" +# include "kwsys_stl_string.hxx.in" +# include "kwsys_stl_map.hxx.in" +# include "kwsys_ios_iostream.h.in" +# include "kwsys_ios_fstream.h.in" +# include "kwsys_ios_sstream.h.in" +#endif #include <ctype.h> // for isspace #include <stdio.h> |