diff options
author | Brad King <brad.king@kitware.com> | 2021-06-11 12:02:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-11 12:02:59 (GMT) |
commit | 6a7c055f96c02587d36c57a33f5e37cb95c53fac (patch) | |
tree | 418f25caa2c3b287736a8b797c05398a82f1cc98 /Modules/FindBLAS.cmake | |
parent | 43b581367d71ce45bb36ef0fc3bf77bfbea98af2 (diff) | |
download | CMake-6a7c055f96c02587d36c57a33f5e37cb95c53fac.zip CMake-6a7c055f96c02587d36c57a33f5e37cb95c53fac.tar.gz CMake-6a7c055f96c02587d36c57a33f5e37cb95c53fac.tar.bz2 |
Find{BLAS,LAPACK}: Revise formatting of intro docs
Diffstat (limited to 'Modules/FindBLAS.cmake')
-rw-r--r-- | Modules/FindBLAS.cmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake index ae4f779..00ce946 100644 --- a/Modules/FindBLAS.cmake +++ b/Modules/FindBLAS.cmake @@ -8,7 +8,9 @@ FindBLAS Find Basic Linear Algebra Subprograms (BLAS) library This module finds an installed Fortran library that implements the -BLAS linear-algebra interface (see http://www.netlib.org/blas/). +`BLAS linear-algebra interface`_. + +.. _`BLAS linear-algebra interface`: http://www.netlib.org/blas/ Input Variables ^^^^^^^^^^^^^^^ |