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/SystemInformation.hxx.in | |
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/SystemInformation.hxx.in')
-rw-r--r-- | Source/kwsys/SystemInformation.hxx.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/SystemInformation.hxx.in b/Source/kwsys/SystemInformation.hxx.in index cc09393..54e7fc1 100644 --- a/Source/kwsys/SystemInformation.hxx.in +++ b/Source/kwsys/SystemInformation.hxx.in @@ -65,6 +65,7 @@ public: // on this system. std::string GetOSDescription(); + // returns if the operating system is 64bit or not. bool Is64Bits(); unsigned int GetNumberOfLogicalCPU(); |