summaryrefslogtreecommitdiffstats
path: root/Modules/FindLAPACK.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-11 12:00:22 (GMT)
committerBrad King <brad.king@kitware.com>2021-06-11 12:00:22 (GMT)
commit43b581367d71ce45bb36ef0fc3bf77bfbea98af2 (patch)
tree0f7f0a007efdbafbdf400e14426e73a8b8f642be /Modules/FindLAPACK.cmake
parent3beac78a133a6bc23a77530490cffe978d9f1311 (diff)
downloadCMake-43b581367d71ce45bb36ef0fc3bf77bfbea98af2.zip
CMake-43b581367d71ce45bb36ef0fc3bf77bfbea98af2.tar.gz
CMake-43b581367d71ce45bb36ef0fc3bf77bfbea98af2.tar.bz2
Find{BLAS,LAPACK}: Move implementation note from docs to comments
Diffstat (limited to 'Modules/FindLAPACK.cmake')
-rw-r--r--Modules/FindLAPACK.cmake7
1 files changed, 3 insertions, 4 deletions
diff --git a/Modules/FindLAPACK.cmake b/Modules/FindLAPACK.cmake
index 3eeb4b2..7026f11 100644
--- a/Modules/FindLAPACK.cmake
+++ b/Modules/FindLAPACK.cmake
@@ -10,10 +10,6 @@ Find Linear Algebra PACKage (LAPACK) library
This module finds an installed Fortran library that implements the
LAPACK linear-algebra interface (see http://www.netlib.org/lapack/).
-The approach follows that taken for the ``autoconf`` macro file,
-``acx_lapack.m4`` (distributed at
-http://ac-archive.sourceforge.net/ac-archive/acx_lapack.html).
-
Input Variables
^^^^^^^^^^^^^^^
@@ -76,6 +72,9 @@ This module defines the following variables:
find_package(LAPACK)
#]=======================================================================]
+# The approach follows that of the ``autoconf`` macro file, ``acx_lapack.m4``
+# (distributed at http://ac-archive.sourceforge.net/ac-archive/acx_lapack.html).
+
if(CMAKE_Fortran_COMPILER_LOADED)
include(${CMAKE_CURRENT_LIST_DIR}/CheckFortranFunctionExists.cmake)
else()