AIX: Properly detect host system version
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 (closed)