summaryrefslogtreecommitdiff
path: root/Modules/FindBLAS.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-11 08:00:22 -0400
committerBrad King <brad.king@kitware.com>2021-06-11 08:00:22 -0400
commit43b581367d71ce45bb36ef0fc3bf77bfbea98af2 (patch)
tree0f7f0a007efdbafbdf400e14426e73a8b8f642be /Modules/FindBLAS.cmake
parent3beac78a133a6bc23a77530490cffe978d9f1311 (diff)
downloadcmake-43b581367d71ce45bb36ef0fc3bf77bfbea98af2.tar.gz
Find{BLAS,LAPACK}: Move implementation note from docs to comments
Diffstat (limited to 'Modules/FindBLAS.cmake')
-rw-r--r--Modules/FindBLAS.cmake7
1 files changed, 3 insertions, 4 deletions
diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake
index f0778140a9..ae4f779fe3 100644
--- a/Modules/FindBLAS.cmake
+++ b/Modules/FindBLAS.cmake
@@ -10,10 +10,6 @@ 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/).
-The approach follows that taken for the ``autoconf`` macro file,
-``acx_blas.m4`` (distributed at
-http://ac-archive.sourceforge.net/ac-archive/acx_blas.html).
-
Input Variables
^^^^^^^^^^^^^^^
@@ -184,6 +180,9 @@ Hints
#]=======================================================================]
+# The approach follows that of the ``autoconf`` macro file, ``acx_blas.m4``
+# (distributed at http://ac-archive.sourceforge.net/ac-archive/acx_blas.html).
+
# Check the language being used
if(NOT (CMAKE_C_COMPILER_LOADED OR CMAKE_CXX_COMPILER_LOADED OR CMAKE_Fortran_COMPILER_LOADED))
if(BLAS_FIND_REQUIRED)