Skip to content
  • Gregor Jasny's avatar
    AIX: Properly detect host system version · 01a8a201
    Gregor Jasny authored
    CMakeDetermineSystem.cmake uses "uname -r" to get
    CMAKE_HOST_SYSTEM_VERSION on AIX. AIX uses "uname -v" for the
    major version and "uname -r" for the minor version.
    
    Thanks to Chris Taylor for the suggested patch.
    
    Closes #10749
    01a8a201