summaryrefslogtreecommitdiffstats
path: root/Tests/Complex
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-08-24 19:45:46 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-08-24 19:45:46 (GMT)
commitd6aee2bc3654890fd6031572bf7dcadeb41c3fe2 (patch)
tree70403961c44d6e15c07e30ccc8f2f02e5a9374bb /Tests/Complex
parent930ea3ef582d5158aabf83ef2f87e21e9401f4bb (diff)
downloadCMake-d6aee2bc3654890fd6031572bf7dcadeb41c3fe2.zip
CMake-d6aee2bc3654890fd6031572bf7dcadeb41c3fe2.tar.gz
CMake-d6aee2bc3654890fd6031572bf7dcadeb41c3fe2.tar.bz2
BUG: fix for SGI Native compiler
Diffstat (limited to 'Tests/Complex')
-rw-r--r--Tests/Complex/cmTestConfigure.h.in4
1 files changed, 4 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
+