diff options
Diffstat (limited to 'Tests/SystemInformation/DumpInformation.h.in')
-rw-r--r-- | Tests/SystemInformation/DumpInformation.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/SystemInformation/DumpInformation.h.in b/Tests/SystemInformation/DumpInformation.h.in index 8aacd46..42cfe1f 100644 --- a/Tests/SystemInformation/DumpInformation.h.in +++ b/Tests/SystemInformation/DumpInformation.h.in @@ -1 +1,3 @@ #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" |