diff options
author | Brad King <brad.king@kitware.com> | 2017-03-10 21:24:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-10 21:24:53 (GMT) |
commit | 83be64d99c5a545f17d1a19da6159ac853942843 (patch) | |
tree | 4edea6fb2bde0cb00b9364ac517de8a18566691a /Source/kwsys/testSystemInformation.cxx | |
parent | 0b2438118ad93479de09f0d7a0e9b77859f9a9c3 (diff) | |
parent | 8ba8b5537cdee251d412c331267822badc8fafdc (diff) | |
download | CMake-83be64d99c5a545f17d1a19da6159ac853942843.zip CMake-83be64d99c5a545f17d1a19da6159ac853942843.tar.gz CMake-83be64d99c5a545f17d1a19da6159ac853942843.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2017-03-07 (5da8cfe0)
Diffstat (limited to 'Source/kwsys/testSystemInformation.cxx')
-rw-r--r-- | Source/kwsys/testSystemInformation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/testSystemInformation.cxx b/Source/kwsys/testSystemInformation.cxx index 86a1e1e..3a9217f 100644 --- a/Source/kwsys/testSystemInformation.cxx +++ b/Source/kwsys/testSystemInformation.cxx @@ -52,6 +52,7 @@ int testSystemInformation(int, char* []) printMethod(info, GetOSRelease); printMethod(info, GetOSVersion); printMethod(info, GetOSPlatform); + printMethod(info, Is64Bits); printMethod(info, GetVendorString); printMethod(info, GetVendorID); printMethod(info, GetTypeID); @@ -63,7 +64,6 @@ int testSystemInformation(int, char* []) printMethod2(info, GetProcessorCacheSize, "KB"); printMethod(info, GetLogicalProcessorsPerPhysical); printMethod2(info, GetProcessorClockFrequency, "MHz"); - printMethod(info, Is64Bits); printMethod(info, GetNumberOfLogicalCPU); printMethod(info, GetNumberOfPhysicalCPU); printMethod(info, DoesCPUSupportCPUID); |