diff options
Diffstat (limited to 'Tests/SystemInformation/DumpInformation.h.in')
-rw-r--r-- | Tests/SystemInformation/DumpInformation.h.in | 9 |
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 |