diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-24 19:45:46 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-24 19:45:46 (GMT) |
commit | d6aee2bc3654890fd6031572bf7dcadeb41c3fe2 (patch) | |
tree | 70403961c44d6e15c07e30ccc8f2f02e5a9374bb /Tests | |
parent | 930ea3ef582d5158aabf83ef2f87e21e9401f4bb (diff) | |
download | CMake-d6aee2bc3654890fd6031572bf7dcadeb41c3fe2.zip CMake-d6aee2bc3654890fd6031572bf7dcadeb41c3fe2.tar.gz CMake-d6aee2bc3654890fd6031572bf7dcadeb41c3fe2.tar.bz2 |
BUG: fix for SGI Native compiler
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/Complex/cmTestConfigure.h.in | 4 | ||||
-rw-r--r-- | Tests/ComplexOneConfig/cmTestConfigure.h.in | 4 | ||||
-rw-r--r-- | Tests/ComplexRelativePaths/cmTestConfigure.h.in | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/Tests/Complex/cmTestConfigure.h.in b/Tests/Complex/cmTestConfigure.h.in index 759a637..563463d 100644 --- a/Tests/Complex/cmTestConfigure.h.in +++ b/Tests/Complex/cmTestConfigure.h.in @@ -3,3 +3,7 @@ #define STRING_VAR "${STRING_VAR}" +#undef CMAKE_NO_STD_NAMESPACE +#undef CMAKE_NO_ANSI_STREAM_HEADERS +#undef CMAKE_NO_ANSI_FOR_SCOPE + diff --git a/Tests/ComplexOneConfig/cmTestConfigure.h.in b/Tests/ComplexOneConfig/cmTestConfigure.h.in index 759a637..563463d 100644 --- a/Tests/ComplexOneConfig/cmTestConfigure.h.in +++ b/Tests/ComplexOneConfig/cmTestConfigure.h.in @@ -3,3 +3,7 @@ #define STRING_VAR "${STRING_VAR}" +#undef CMAKE_NO_STD_NAMESPACE +#undef CMAKE_NO_ANSI_STREAM_HEADERS +#undef CMAKE_NO_ANSI_FOR_SCOPE + diff --git a/Tests/ComplexRelativePaths/cmTestConfigure.h.in b/Tests/ComplexRelativePaths/cmTestConfigure.h.in index 759a637..563463d 100644 --- a/Tests/ComplexRelativePaths/cmTestConfigure.h.in +++ b/Tests/ComplexRelativePaths/cmTestConfigure.h.in @@ -3,3 +3,7 @@ #define STRING_VAR "${STRING_VAR}" +#undef CMAKE_NO_STD_NAMESPACE +#undef CMAKE_NO_ANSI_STREAM_HEADERS +#undef CMAKE_NO_ANSI_FOR_SCOPE + |