diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-09-22 19:59:26 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-09-22 19:59:26 (GMT) |
commit | fe57e7252f618b827c38e2d49f3df94f546cc383 (patch) | |
tree | 167100a61e5e4312572a42d7cb675e1d21e7da4d /Source/kwsys/Configure.hxx.in | |
parent | 472966ed5f1cae85dd93431ebe5ebb8fee4c6d23 (diff) | |
download | CMake-fe57e7252f618b827c38e2d49f3df94f546cc383.zip CMake-fe57e7252f618b827c38e2d49f3df94f546cc383.tar.gz CMake-fe57e7252f618b827c38e2d49f3df94f546cc383.tar.bz2 |
Can not use cmakedefine in kwsys because bootstrap of cmake does not support it.
Diffstat (limited to 'Source/kwsys/Configure.hxx.in')
-rw-r--r-- | Source/kwsys/Configure.hxx.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/kwsys/Configure.hxx.in b/Source/kwsys/Configure.hxx.in index f71d4d5..3875880 100644 --- a/Source/kwsys/Configure.hxx.in +++ b/Source/kwsys/Configure.hxx.in @@ -22,7 +22,8 @@ #define KWSYS_DO_NOT_CLEAN_PUTENV #else #undef KWSYS_DO_NOT_CLEAN_PUTENV -#else +#endif + /* Whether ANSI C++ stream headers are to be used. */ |