summaryrefslogtreecommitdiffstats
path: root/Tests/SystemInformation
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-07-21 14:56:31 (GMT)
committerBrad King <brad.king@kitware.com>2009-07-21 14:56:31 (GMT)
commit924dd34451d95be600cbc215db4b8b3cdd42eef9 (patch)
treecabdf727f6a5de52f2ce6d0dafa03ccc0ebab41c /Tests/SystemInformation
parent0303589fd88e87d53d1017e83a005068c27c57c8 (diff)
downloadCMake-924dd34451d95be600cbc215db4b8b3cdd42eef9.zip
CMake-924dd34451d95be600cbc215db4b8b3cdd42eef9.tar.gz
CMake-924dd34451d95be600cbc215db4b8b3cdd42eef9.tar.bz2
BUG: Fix SystemInformation dump output
When this test was renamed from DumpInformation to SystemInformation the configured header that points the dump executable to the directory containing information files was broken. No information has been dumped by this test for 2 years! This fixes it.
Diffstat (limited to 'Tests/SystemInformation')
-rw-r--r--Tests/SystemInformation/DumpInformation.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SystemInformation/DumpInformation.h.in b/Tests/SystemInformation/DumpInformation.h.in
index afbd2e1..72d5cd1 100644
--- a/Tests/SystemInformation/DumpInformation.h.in
+++ b/Tests/SystemInformation/DumpInformation.h.in
@@ -1,6 +1,6 @@
#ifndef _DumpInformation_h
#define _DumpInformation_h
-#define DumpInformation_BINARY_DIR "@DumpInformation_BINARY_DIR@"
+#define DumpInformation_BINARY_DIR "@SystemInformation_BINARY_DIR@"
#endif