summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testIOS.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-02-22 14:03:40 (GMT)
committerBrad King <brad.king@kitware.com>2016-02-22 14:03:40 (GMT)
commitd010ba9fa71035f44e6df2fdf86bf38ab8559df5 (patch)
tree5febe614b72558ce1a618d15fc67f141203049f4 /Source/kwsys/testIOS.cxx
parentdf246f7c7f655f9ea6df0c64e131d2eb0cafd789 (diff)
parenta132064b4821ee21c45717b459351ac4ffe4d372 (diff)
downloadCMake-d010ba9fa71035f44e6df2fdf86bf38ab8559df5.zip
CMake-d010ba9fa71035f44e6df2fdf86bf38ab8559df5.tar.gz
CMake-d010ba9fa71035f44e6df2fdf86bf38ab8559df5.tar.bz2
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys: KWSys 2016-02-22 (4847aedd)
Diffstat (limited to 'Source/kwsys/testIOS.cxx')
-rw-r--r--Source/kwsys/testIOS.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/kwsys/testIOS.cxx b/Source/kwsys/testIOS.cxx
index 396a09d..5ff7955 100644
--- a/Source/kwsys/testIOS.cxx
+++ b/Source/kwsys/testIOS.cxx
@@ -18,6 +18,12 @@
#include <vector>
#include <string.h> /* strlen */
+// Work-around CMake dependency scanning limitation. This must
+// duplicate the above list of headers.
+#if 0
+# include "Configure.hxx.in"
+#endif
+
int testIOS(int, char*[])
{
std::ostringstream ostr;