summaryrefslogtreecommitdiffstats
path: root/Tests/SystemInformation/DumpInformation.h.in
diff options
context:
space:
mode:
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