diff options
author | Brad King <brad.king@kitware.com> | 2021-06-11 11:58:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-11 11:58:15 (GMT) |
commit | 3beac78a133a6bc23a77530490cffe978d9f1311 (patch) | |
tree | fab3fbd5b3792a811f3a7a582e0bb513d10b8140 | |
parent | 6f305cd5fd9e027bd06d321d1c80759004855cc9 (diff) | |
download | CMake-3beac78a133a6bc23a77530490cffe978d9f1311.zip CMake-3beac78a133a6bc23a77530490cffe978d9f1311.tar.gz CMake-3beac78a133a6bc23a77530490cffe978d9f1311.tar.bz2 |
Find{BLAS,LAPACK}: Revise imported targets documentation layout
-rw-r--r-- | Modules/FindBLAS.cmake | 7 | ||||
-rw-r--r-- | Modules/FindLAPACK.cmake | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake index 74d8bf0..f077814 100644 --- a/Modules/FindBLAS.cmake +++ b/Modules/FindBLAS.cmake @@ -38,13 +38,12 @@ The following variables may be set to influence this module's behavior: Imported targets ^^^^^^^^^^^^^^^^ -.. versionadded:: 3.18 - -This module defines the following :prop_tgt:`IMPORTED` target: +This module defines the following :prop_tgt:`IMPORTED` targets: ``BLAS::BLAS`` - The libraries to use for BLAS, if found. + .. versionadded:: 3.18 + The libraries to use for BLAS, if found. Result Variables ^^^^^^^^^^^^^^^^ diff --git a/Modules/FindLAPACK.cmake b/Modules/FindLAPACK.cmake index 593b5e8..3eeb4b2 100644 --- a/Modules/FindLAPACK.cmake +++ b/Modules/FindLAPACK.cmake @@ -38,11 +38,11 @@ The following variables may be set to influence this module's behavior: Imported targets ^^^^^^^^^^^^^^^^ -.. versionadded:: 3.18 - -This module defines the following :prop_tgt:`IMPORTED` target: +This module defines the following :prop_tgt:`IMPORTED` targets: ``LAPACK::LAPACK`` + .. versionadded:: 3.18 + The libraries to use for LAPACK, if found. Result Variables |