Prune change-management.rst and update links.
[alexxy/gromacs.git] / cmake / gmxManageSimd.cmake
index 5041c1f6389d2dac6ffd89b0b2c90c08dabba0d9..6f0c6343eb7e49549e3a69d6e3a3afac4e3d4c00 100644 (file)
@@ -271,7 +271,7 @@ elseif(GMX_SIMD_ACTIVE STREQUAL "IBM_VSX")
     # is not required for SIMD support on this platform. cmake through
     # at least version 3.7 cannot pass this check with the C compiler
     # in the latest xlc 13.1.5, but the C++ compiler has different
-    # behaviour and is OK. See Redmine #2102.
+    # behaviour and is OK. See Issue #2102.
     if(NOT SIMD_IBM_VSX_CXX_SUPPORTED)
         gmx_give_fatal_error_when_simd_support_not_found("IBM VSX" "disable SIMD support (slower)" "${SUGGEST_BINUTILS_UPDATE}")
     endif()