[CMake] Suspicious CPU speed calculation on Mac

Rolf Eike Beer eike at sf-mail.de
Mon Oct 18 10:36:01 EDT 2010


While hacking on gathering system information on QNX (currently completely
missing) I found this in SystemInformationImplementation::ParseSysCtl() in
source/kwsys/SystemInformation.cxx:

  this->CPUSpeedInMHz = static_cast< float >( value )/ 1048576;



More information about the CMake mailing list