diff --git a/doc/SDK.txt b/doc/SDK.txt
index d7469f76d56031bf97d3f1815e2973163cd7acd1..23d012b3c6cbde05c34c9616da9717caae47e977 100644
--- a/doc/SDK.txt
+++ b/doc/SDK.txt
@@ -55,11 +55,10 @@ Notes:
 
   * To make it as portable and as easy-to-use as possible the shared Gmsh
     library embeds most Gmsh dependencies statically linked directly inside the
-    share library: libgfortran, OpenBLAS, FreeType, OpenCASCADE, OpenBLAS, HDF5,
-    MED, CGNS, FLTK, ... Linking your app with different versions of some of
-    these dependencies (e.g. linking your app with the MKL BLAS) will cause
-    issues: in this case you should rebuild the Gmsh shared library from source
-    and manage the dependencies consistently.
+    share library: libgfortran, FreeType, OpenCASCADE, OpenBLAS, HDF5, MED,
+    CGNS, FLTK, ... Linking your app with different versions of some of these
+    dependencies can cause issues: in this case you should rebuild the Gmsh
+    shared library from source and manage the dependencies consistently.
 
   * The shared Gmsh library also references shared system libraries. If some of
     these libraries are missing you will need to install them.