diff options
author | Brad King <brad.king@kitware.com> | 2017-02-14 14:22:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-14 14:22:07 (GMT) |
commit | ff843dbd547d06b9dcb25c3970e857fe395f2dcf (patch) | |
tree | 339f57c04d6bba5f21edda1d0b9af8eeb06a46ef /Source/kwsys/SystemInformation.hxx.in | |
parent | 03be8ccbf607b378c7ffcfd2ffe6797612837efa (diff) | |
parent | ced3396d048c8389327f661a99986fef51ee8a3f (diff) | |
download | CMake-ff843dbd547d06b9dcb25c3970e857fe395f2dcf.zip CMake-ff843dbd547d06b9dcb25c3970e857fe395f2dcf.tar.gz CMake-ff843dbd547d06b9dcb25c3970e857fe395f2dcf.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys:
KWSys 2017-02-14 (5c6f7836)
Diffstat (limited to 'Source/kwsys/SystemInformation.hxx.in')
-rw-r--r-- | Source/kwsys/SystemInformation.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/SystemInformation.hxx.in b/Source/kwsys/SystemInformation.hxx.in index 0fc1067..cc09393 100644 --- a/Source/kwsys/SystemInformation.hxx.in +++ b/Source/kwsys/SystemInformation.hxx.in @@ -67,7 +67,7 @@ public: bool Is64Bits(); - unsigned int GetNumberOfLogicalCPU(); // per physical cpu + unsigned int GetNumberOfLogicalCPU(); unsigned int GetNumberOfPhysicalCPU(); bool DoesCPUSupportCPUID(); |