mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
Merge branch 'kwsys-SystemInformation-AIX-_SC_AIX_REALMEM' into release
This commit is contained in:
@@ -3913,7 +3913,7 @@ bool SystemInformationImplementation::QueryCygwinMemory()
|
||||
|
||||
bool SystemInformationImplementation::QueryAIXMemory()
|
||||
{
|
||||
#if defined(_AIX)
|
||||
#if defined(_AIX) && defined(_SC_AIX_REALMEM)
|
||||
long c = sysconf(_SC_AIX_REALMEM);
|
||||
if (c <= 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user