diff options
Diffstat (limited to 'Tests/SystemInformation/DumpInformation.cxx')
-rw-r--r-- | Tests/SystemInformation/DumpInformation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SystemInformation/DumpInformation.cxx b/Tests/SystemInformation/DumpInformation.cxx index a6d5b2a..06201e7 100644 --- a/Tests/SystemInformation/DumpInformation.cxx +++ b/Tests/SystemInformation/DumpInformation.cxx @@ -9,7 +9,7 @@ int main(int, char*[]) printf("Error, could not open file %s\n", CMAKE_DUMP_FILE); return -1; } - printf("#Note less than will show up as { and greater than will be }\n"); + printf("#CMake System Variables are:"); while(!feof(file)) { int ch = fgetc(file); |