summaryrefslogtreecommitdiffstats
path: root/Tests/SystemInformation/DumpInformation.h.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-07-16 15:38:57 (GMT)
committerBrad King <brad.king@kitware.com>2003-07-16 15:38:57 (GMT)
commitc2b98959c5e0f18e289ab18ecb70484342fd4548 (patch)
tree4767b01feeb09de18416b2cef942498f93eb87aa /Tests/SystemInformation/DumpInformation.h.in
parentf47b9d01ce7d5af42288d9d7ce5bd512f9a05867 (diff)
downloadCMake-c2b98959c5e0f18e289ab18ecb70484342fd4548.zip
CMake-c2b98959c5e0f18e289ab18ecb70484342fd4548.tar.gz
CMake-c2b98959c5e0f18e289ab18ecb70484342fd4548.tar.bz2
ENH: Added dump of more files. Improved robustness of dump.
Diffstat (limited to 'Tests/SystemInformation/DumpInformation.h.in')
-rw-r--r--Tests/SystemInformation/DumpInformation.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/Tests/SystemInformation/DumpInformation.h.in b/Tests/SystemInformation/DumpInformation.h.in
index 42cfe1f..afbd2e1 100644
--- a/Tests/SystemInformation/DumpInformation.h.in
+++ b/Tests/SystemInformation/DumpInformation.h.in
@@ -1,3 +1,6 @@
-#define CMAKE_DUMP_FILE "${DumpInformation_BINARY_DIR}/SystemInformation.out"
-#define CMAKE_CACHE_FILE "${CMAKE_BINARY_DIR}/../../CMakeCache.txt"
-#define CMAKE_ALL_VARIABLES "${CMAKE_BINARY_DIR}/AllVariables.txt"
+#ifndef _DumpInformation_h
+#define _DumpInformation_h
+
+#define DumpInformation_BINARY_DIR "@DumpInformation_BINARY_DIR@"
+
+#endif