diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-03-17 13:25:45 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-03-17 13:25:45 (GMT) |
commit | a2c4d8eb90efe6f8d343fc91b9ee1552c6890f14 (patch) | |
tree | 7e062ce4221e2a87b9663a2c62989ff64da2d52e /Tests/SystemInformation/DumpInformation.h.in | |
parent | 4a2d04f42adc74c34cce19d2e24face723d9a469 (diff) | |
download | CMake-a2c4d8eb90efe6f8d343fc91b9ee1552c6890f14.zip CMake-a2c4d8eb90efe6f8d343fc91b9ee1552c6890f14.tar.gz CMake-a2c4d8eb90efe6f8d343fc91b9ee1552c6890f14.tar.bz2 |
Display Cache and all variables
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" |