diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-01-17 10:28:07 -0500 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-01-17 10:28:07 -0500 |
commit | 0510292b9e4d1c7fc2a25710974fda166db0742b (patch) | |
tree | a5cbf9fd75e073627c780eed6511f1b4166bd70e /Tests/SystemInformation/DumpInformation.cxx | |
parent | 211111a9755290ac5f52d38329630be782f3d87c (diff) | |
download | cmake-0510292b9e4d1c7fc2a25710974fda166db0742b.tar.gz |
add some more prints
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 a6d5b2af8f..06201e7965 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); |