1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Find{BLAS,LAPACK}: Move enabled language requirement to top of documentation

This commit is contained in:
Brad King
2021-06-11 08:40:37 -04:00
parent 6a7c055f96
commit 8585a12bd9
2 changed files with 4 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ Find Basic Linear Algebra Subprograms (BLAS) library
This module finds an installed Fortran library that implements the
`BLAS linear-algebra interface`_.
At least one of the ``C``, ``CXX``, or ``Fortran`` languages must be enabled.
.. _`BLAS linear-algebra interface`: http://www.netlib.org/blas/
Input Variables
@@ -63,7 +65,6 @@ This module defines the following variables:
.. note::
C, CXX or Fortran must be enabled to detect a BLAS library.
C or CXX must be enabled to use Intel Math Kernel Library (MKL).
For example, to use Intel MKL libraries and/or Intel compiler:

View File

@@ -10,6 +10,8 @@ Find Linear Algebra PACKage (LAPACK) library
This module finds an installed Fortran library that implements the
`LAPACK linear-algebra interface`_.
At least one of the ``C``, ``CXX``, or ``Fortran`` languages must be enabled.
.. _`LAPACK linear-algebra interface`: http://www.netlib.org/lapack/
Input Variables
@@ -63,7 +65,6 @@ This module defines the following variables:
.. note::
C, CXX or Fortran must be enabled to detect a BLAS/LAPACK library.
C or CXX must be enabled to use Intel Math Kernel Library (MKL).
For example, to use Intel MKL libraries and/or Intel compiler: