diff options
author | KWSys Upstream <kwrobot@kitware.com> | 2017-02-14 14:21:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-14 14:22:06 (GMT) |
commit | ced3396d048c8389327f661a99986fef51ee8a3f (patch) | |
tree | d93bcedeb098503e0cfc8198b23b7f0a618a8084 /SystemInformation.hxx.in | |
parent | 95983ed8453f9167077821aea347ba1a87e92eac (diff) | |
download | CMake-ced3396d048c8389327f661a99986fef51ee8a3f.zip CMake-ced3396d048c8389327f661a99986fef51ee8a3f.tar.gz CMake-ced3396d048c8389327f661a99986fef51ee8a3f.tar.bz2 |
KWSys 2017-02-14 (5c6f7836)
Code extracted from:
https://gitlab.kitware.com/utils/kwsys.git
at commit 5c6f78360d93742bace501bef0c45664d317972a (master).
Upstream Shortlog
-----------------
Brad King (1):
a673a722 SystemInformation: Fix -Wconversion warning
Nicolás Bértolo (1):
9c4230b7 SystemInformation: Fix counts of logical and physical cores
Diffstat (limited to 'SystemInformation.hxx.in')
-rw-r--r-- | SystemInformation.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SystemInformation.hxx.in b/SystemInformation.hxx.in index 0fc1067..cc09393 100644 --- a/SystemInformation.hxx.in +++ b/SystemInformation.hxx.in @@ -67,7 +67,7 @@ public: bool Is64Bits(); - unsigned int GetNumberOfLogicalCPU(); // per physical cpu + unsigned int GetNumberOfLogicalCPU(); unsigned int GetNumberOfPhysicalCPU(); bool DoesCPUSupportCPUID(); |