diff options
author | Brad King <brad.king@kitware.com> | 2012-12-19 13:09:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-12-19 13:09:36 (GMT) |
commit | e33fa5b67880e47fb350d5545a5ba04b8d6f3eb3 (patch) | |
tree | 1c08689b76eaf6228cd7fc946e12334350326f9e /Source/kwsys/testSystemInformation.cxx | |
parent | 5ac16ea6e4ddb086d48c97fa4f58543284ec3305 (diff) | |
parent | a0f91f1daa7765066a784e4479da7e231374a065 (diff) | |
download | CMake-e33fa5b67880e47fb350d5545a5ba04b8d6f3eb3.zip CMake-e33fa5b67880e47fb350d5545a5ba04b8d6f3eb3.tar.gz CMake-e33fa5b67880e47fb350d5545a5ba04b8d6f3eb3.tar.bz2 |
Merge branch 'upstream-kwsys' into update-kwsys
Diffstat (limited to 'Source/kwsys/testSystemInformation.cxx')
-rw-r--r-- | Source/kwsys/testSystemInformation.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/testSystemInformation.cxx b/Source/kwsys/testSystemInformation.cxx index 41fcf38..cfd7ce2 100644 --- a/Source/kwsys/testSystemInformation.cxx +++ b/Source/kwsys/testSystemInformation.cxx @@ -66,6 +66,7 @@ int testSystemInformation(int, char*[]) printMethod(info, GetFamilyID); printMethod(info, GetModelID); printMethod(info, GetExtendedProcessorName); + printMethod(info, GetSteppingCode); printMethod(info, GetProcessorSerialNumber); printMethod2(info, GetProcessorCacheSize, "KB"); printMethod(info, GetLogicalProcessorsPerPhysical); |